GroupId | GroupIdcom.cedarsoft.commons.old.db |
---|---|
ArtifactId | ArtifactIdgenericdaotest |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
genericdaotest-1.5.1.pom | |
genericdaotest-1.5.1.jar | 5 KB |
genericdaotest-1.5.1-tests.jar | 1 KB |
genericdaotest-1.5.1-sources.jar | 2 KB |
genericdaotest-1.5.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/genericdaotest/ -->
<dependency>
<groupId>com.cedarsoft.commons.old.db</groupId>
<artifactId>genericdaotest</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/genericdaotest/
implementation 'com.cedarsoft.commons.old.db:genericdaotest:1.5.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.db/genericdaotest/
implementation ("com.cedarsoft.commons.old.db:genericdaotest:1.5.1")
'com.cedarsoft.commons.old.db:genericdaotest:jar:1.5.1'
<dependency org="com.cedarsoft.commons.old.db" name="genericdaotest" rev="1.5.1">
<artifact name="genericdaotest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old.db', module='genericdaotest', version='1.5.1')
)
libraryDependencies += "com.cedarsoft.commons.old.db" % "genericdaotest" % "1.5.1"
[com.cedarsoft.commons.old.db/genericdaotest "1.5.1"]