| GroupId | GroupIdcom.github.tonivade |
|---|---|
| ArtifactId | ArtifactIdclaudb |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| claudb-1.0.1.pom | |
| claudb-1.0.1.jar | 212 KB |
| claudb-1.0.1-sources.jar | 110 KB |
| claudb-1.0.1-javadoc.jar | 446 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/claudb/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>claudb</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/claudb/
implementation 'com.github.tonivade:claudb:1.0.1'
// https://jarcasting.com/artifacts/com.github.tonivade/claudb/
implementation ("com.github.tonivade:claudb:1.0.1")
'com.github.tonivade:claudb:jar:1.0.1'
<dependency org="com.github.tonivade" name="claudb" rev="1.0.1">
<artifact name="claudb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='claudb', version='1.0.1')
)
libraryDependencies += "com.github.tonivade" % "claudb" % "1.0.1"
[com.github.tonivade/claudb "1.0.1"]