w

warcraft4j-battlenet

Library for parsing Battle.NET API data
文件下载
文件名 操作
warcraft4j-battlenet-0.1.0.jar 下载
warcraft4j-battlenet-0.1.0.pom 下载
warcraft4j-battlenet-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.micheljung</groupId>
  <artifactId>warcraft4j-battlenet</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.micheljung:warcraft4j-battlenet:0.1.0'
Gradle Kotlin
implementation("io.github.micheljung:warcraft4j-battlenet:0.1.0")
Scala SBT
libraryDependencies += "io.github.micheljung" % "warcraft4j-battlenet" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.micheljung', module='warcraft4j-battlenet', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.micheljung" name="warcraft4j-battlenet" rev="0.1.0" />
Leiningen
[io.github.micheljung/warcraft4j-battlenet "0.1.0"]
Apache Buildr
'io.github.micheljung:warcraft4j-battlenet:jar:0.1.0'