Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.robertograham |
ArtifactId | ArtifactIdfortnite-api-rest-client |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.robertograham/fortnite-api-rest-client/ -->
<dependency>
<groupId>io.github.robertograham</groupId>
<artifactId>fortnite-api-rest-client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.robertograham/fortnite-api-rest-client/
implementation 'io.github.robertograham:fortnite-api-rest-client:2.0.0'
// https://jarcasting.com/artifacts/io.github.robertograham/fortnite-api-rest-client/
implementation ("io.github.robertograham:fortnite-api-rest-client:2.0.0")
'io.github.robertograham:fortnite-api-rest-client:jar:2.0.0'
<dependency org="io.github.robertograham" name="fortnite-api-rest-client" rev="2.0.0">
<artifact name="fortnite-api-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.robertograham', module='fortnite-api-rest-client', version='2.0.0')
)
libraryDependencies += "io.github.robertograham" % "fortnite-api-rest-client" % "2.0.0"
[io.github.robertograham/fortnite-api-rest-client "2.0.0"]