Maven을 통해 클라이언트 라이브러리를 사용하는 것이 좋습니다. 또한 출시 페이지 및 Maven 중앙 저장소를 통해 바이너리 배포도 제공합니다(자세한 내용은 빠른 시작 가이드를 참고하세요). 하지만 아래에 설명된 빌드 프로세스를 사용하여 라이브러리를 직접 빌드할 수 있습니다.
클라이언트 라이브러리는 Gradle로 빌드됩니다. 종속 항목은 Maven Central 저장소에서 다운로드됩니다.
Java 개발 키트 설치
라이브러리를 빌드하려면 JDK 1.8 이상이 필요합니다. 이 가이드에서는 Java가 컴퓨터에 설치되어 있다고 가정합니다.
빌드 및 내보내기가 완료되면 클라이언트 라이브러리의 아티팩트를 로컬 저장소 (일반적으로 ~/.m2/repository/com/google/api-ads/google-ads/)에서 Maven/Gradle에 사용할 수 있습니다. 방금 빌드된 SNAPSHOT 버전에 대한 종속 항목을 후속 프로젝트 빌드 파일에 추가합니다. 버전은 gradle.properties에 정의됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-12(UTC)"],[[["The Google Ads client library is best used through Maven, with binary distributions also available."],["Building the library requires JDK 1.8 or later and is accomplished using the included Gradle wrapper."],["After building, the library can be exported to a local Maven repository for use in other projects."],["The library is built from the google-ads-java Github repository and can be used in Maven or Gradle projects."]]],[]]