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