License |
License
GLPv3 with Classpath Exception
|
---|---|
GroupId | GroupIdcom.cedarsoft |
ArtifactId | ArtifactIddb |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatabase
cedarsoft Open Projects
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
db-1.0.1.pom | 4 KB |
db-1.0.1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/db/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>db</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/db/
implementation 'com.cedarsoft:db:1.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft/db/
implementation ("com.cedarsoft:db:1.0.1")
'com.cedarsoft:db:jar:1.0.1'
<dependency org="com.cedarsoft" name="db" rev="1.0.1">
<artifact name="db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='db', version='1.0.1')
)
libraryDependencies += "com.cedarsoft" % "db" % "1.0.1"
[com.cedarsoft/db "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
log4j : log4j | jar | 1.2.16 |
net.sourceforge.findbugs : jsr305 | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.0.1 |