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