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