| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.softwaresandbox |
| ArtifactId | ArtifactIdpubg-api-client |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpubg-api-client
Java library to interface with the PUBG developer API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pubg-api-client-0.1.0.pom | |
| pubg-api-client-0.1.0.jar | 30 KB |
| pubg-api-client-0.1.0-sources.jar | 17 KB |
| pubg-api-client-0.1.0-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.softwaresandbox/pubg-api-client/ -->
<dependency>
<groupId>com.github.softwaresandbox</groupId>
<artifactId>pubg-api-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.softwaresandbox/pubg-api-client/
implementation 'com.github.softwaresandbox:pubg-api-client:0.1.0'
// https://jarcasting.com/artifacts/com.github.softwaresandbox/pubg-api-client/
implementation ("com.github.softwaresandbox:pubg-api-client:0.1.0")
'com.github.softwaresandbox:pubg-api-client:jar:0.1.0'
<dependency org="com.github.softwaresandbox" name="pubg-api-client" rev="0.1.0">
<artifact name="pubg-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.softwaresandbox', module='pubg-api-client', version='0.1.0')
)
libraryDependencies += "com.github.softwaresandbox" % "pubg-api-client" % "0.1.0"
[com.github.softwaresandbox/pubg-api-client "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mashape.unirest : unirest-java | jar | 1.4.9 |
| com.google.code.gson : gson | jar | 2.8.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.18.3 |
| org.assertj : assertj-core | jar | 3.10.0 |