Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.jimmyd-be |
ArtifactId | ArtifactIdtheGamesDbClient |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
theGamesDbClient-1.1.pom | |
theGamesDbClient-1.1.jar | 33 KB |
theGamesDbClient-1.1-sources.jar | 15 KB |
theGamesDbClient-1.1-javadoc.jar | 501 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jimmyd-be/theGamesDbClient/ -->
<dependency>
<groupId>io.github.jimmyd-be</groupId>
<artifactId>theGamesDbClient</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jimmyd-be/theGamesDbClient/
implementation 'io.github.jimmyd-be:theGamesDbClient:1.1'
// https://jarcasting.com/artifacts/io.github.jimmyd-be/theGamesDbClient/
implementation ("io.github.jimmyd-be:theGamesDbClient:1.1")
'io.github.jimmyd-be:theGamesDbClient:jar:1.1'
<dependency org="io.github.jimmyd-be" name="theGamesDbClient" rev="1.1">
<artifact name="theGamesDbClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jimmyd-be', module='theGamesDbClient', version='1.1')
)
libraryDependencies += "io.github.jimmyd-be" % "theGamesDbClient" % "1.1"
[io.github.jimmyd-be/theGamesDbClient "1.1"]