is not current version
Last Version 2.0.0

io.github.divinator.wgapi:wgapi-client 1.0.0

Client for working with an Wargaming.net Public API

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.divinator.wgapi
ArtifactId

ArtifactId

wgapi-client
Version

Version

1.0.0
Type

Type

jar

Download wgapi-client 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.divinator.wgapi/wgapi-client/ -->
<dependency>
    <groupId>io.github.divinator.wgapi</groupId>
    <artifactId>wgapi-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.divinator.wgapi/wgapi-client/
implementation 'io.github.divinator.wgapi:wgapi-client:1.0.0'
// https://jarcasting.com/artifacts/io.github.divinator.wgapi/wgapi-client/
implementation ("io.github.divinator.wgapi:wgapi-client:1.0.0")
'io.github.divinator.wgapi:wgapi-client:jar:1.0.0'
<dependency org="io.github.divinator.wgapi" name="wgapi-client" rev="1.0.0">
  <artifact name="wgapi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.divinator.wgapi', module='wgapi-client', version='1.0.0')
)
libraryDependencies += "io.github.divinator.wgapi" % "wgapi-client" % "1.0.0"
[io.github.divinator.wgapi/wgapi-client "1.0.0"]