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