Categories |
CategoriesData |
---|---|
GroupId | GroupIdxyz.greatapp |
ArtifactId | ArtifactIdlibs-database |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
libs-database-0.0.8.pom | |
libs-database-0.0.8.jar | 44 KB |
libs-database-0.0.8-sources.jar | 23 KB |
libs-database-0.0.8-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.greatapp/libs-database/ -->
<dependency>
<groupId>xyz.greatapp</groupId>
<artifactId>libs-database</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.greatapp/libs-database/
implementation 'xyz.greatapp:libs-database:0.0.8'
// https://jarcasting.com/artifacts/xyz.greatapp/libs-database/
implementation ("xyz.greatapp:libs-database:0.0.8")
'xyz.greatapp:libs-database:jar:0.0.8'
<dependency org="xyz.greatapp" name="libs-database" rev="0.0.8">
<artifact name="libs-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.greatapp', module='libs-database', version='0.0.8')
)
libraryDependencies += "xyz.greatapp" % "libs-database" % "0.0.8"
[xyz.greatapp/libs-database "0.0.8"]