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