We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
이 장은 Upbit API for JAVA 라이브러리의 사용 방법에 대해 기술합니다.
Gradle 프로젝트에서 build.gradle의 dependencies 항목에 아래 구문을 추가해주세요.
build.gradle
dependencies
// https://mvnrepository.com/artifact/dev.itcode/upbit-api-java implementation group: 'dev.itcode', name: 'upbit-api-java', version: '1.0'
Maven 프로젝트에서 pom.xml의 dependencies 항목에 아래 구문을 추가해주세요.
pom.xml
<!-- https://mvnrepository.com/artifact/dev.itcode/upbit-api-java --> <dependency> <groupId>dev.itcode</groupId> <artifactId>upbit-api-java</artifactId> <version>1.0</version> </dependency>
그 밖의 다양한 프로젝트에서의 사용 방법은 이 곳을 참조해주세요.