GroupId | GroupIdcom.oneeyedmen |
---|---|
ArtifactId | ArtifactIdtdb |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
tdb-0.10.pom | |
tdb-0.10.jar | 6 KB |
tdb-0.10-sources.jar | 2 KB |
tdb-0.10-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneeyedmen/tdb/ -->
<dependency>
<groupId>com.oneeyedmen</groupId>
<artifactId>tdb</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneeyedmen/tdb/
implementation 'com.oneeyedmen:tdb:0.10'
// https://jarcasting.com/artifacts/com.oneeyedmen/tdb/
implementation ("com.oneeyedmen:tdb:0.10")
'com.oneeyedmen:tdb:jar:0.10'
<dependency org="com.oneeyedmen" name="tdb" rev="0.10">
<artifact name="tdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneeyedmen', module='tdb', version='0.10')
)
libraryDependencies += "com.oneeyedmen" % "tdb" % "0.10"
[com.oneeyedmen/tdb "0.10"]