Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.ppdzm |
ArtifactId | ArtifactIddatabase-utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
database-utils-1.0.pom | |
database-utils-1.0.jar | 78 KB |
database-utils-1.0-sources.jar | 15 KB |
database-utils-1.0-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ppdzm/database-utils/ -->
<dependency>
<groupId>io.github.ppdzm</groupId>
<artifactId>database-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ppdzm/database-utils/
implementation 'io.github.ppdzm:database-utils:1.0'
// https://jarcasting.com/artifacts/io.github.ppdzm/database-utils/
implementation ("io.github.ppdzm:database-utils:1.0")
'io.github.ppdzm:database-utils:jar:1.0'
<dependency org="io.github.ppdzm" name="database-utils" rev="1.0">
<artifact name="database-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ppdzm', module='database-utils', version='1.0')
)
libraryDependencies += "io.github.ppdzm" % "database-utils" % "1.0"
[io.github.ppdzm/database-utils "1.0"]