License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdio.github.micheljung |
ArtifactId | ArtifactIdwarcraft4j-battlenet |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWarcraft4J Battle.NET API data parser
Library for parsing Battle.NET API data
|
Filename | Size |
---|---|
warcraft4j-battlenet-0.1.0.pom | |
warcraft4j-battlenet-0.1.0.jar | 73 KB |
warcraft4j-battlenet-0.1.0-sources.jar | 72 KB |
warcraft4j-battlenet-0.1.0-javadoc.jar | 802 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.micheljung/warcraft4j-battlenet/ -->
<dependency>
<groupId>io.github.micheljung</groupId>
<artifactId>warcraft4j-battlenet</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.micheljung/warcraft4j-battlenet/
implementation 'io.github.micheljung:warcraft4j-battlenet:0.1.0'
// https://jarcasting.com/artifacts/io.github.micheljung/warcraft4j-battlenet/
implementation ("io.github.micheljung:warcraft4j-battlenet:0.1.0")
'io.github.micheljung:warcraft4j-battlenet:jar:0.1.0'
<dependency org="io.github.micheljung" name="warcraft4j-battlenet" rev="0.1.0">
<artifact name="warcraft4j-battlenet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.micheljung', module='warcraft4j-battlenet', version='0.1.0')
)
libraryDependencies += "io.github.micheljung" % "warcraft4j-battlenet" % "0.1.0"
[io.github.micheljung/warcraft4j-battlenet "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.micheljung : warcraft4j-core | jar | 0.1.0 |
io.github.micheljung : warcraft4j-util | jar | 0.1.0 |
io.github.micheljung : warcraft4j-model | jar | 0.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.5.1 |
commons-codec : commons-codec | jar | 1.10 |
org.apache.httpcomponents : httpclient | jar | 4.4 |
org.apache.httpcomponents : fluent-hc | jar | 4.4 |
com.google.inject : guice | jar | 3.0 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |