GroupId | GroupIdcom.cherokeesoft |
---|---|
ArtifactId | ArtifactIddb-utils |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
db-utils-1.7.pom | |
db-utils-1.7.jar | 22 KB |
db-utils-1.7-sources.jar | 9 KB |
db-utils-1.7-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cherokeesoft/db-utils/ -->
<dependency>
<groupId>com.cherokeesoft</groupId>
<artifactId>db-utils</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.cherokeesoft/db-utils/
implementation 'com.cherokeesoft:db-utils:1.7'
// https://jarcasting.com/artifacts/com.cherokeesoft/db-utils/
implementation ("com.cherokeesoft:db-utils:1.7")
'com.cherokeesoft:db-utils:jar:1.7'
<dependency org="com.cherokeesoft" name="db-utils" rev="1.7">
<artifact name="db-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cherokeesoft', module='db-utils', version='1.7')
)
libraryDependencies += "com.cherokeesoft" % "db-utils" % "1.7"
[com.cherokeesoft/db-utils "1.7"]