Categories |
CategoriesNet MapDB Data Databases |
---|---|
GroupId | GroupIdnet.vleo.timel |
ArtifactId | ArtifactIdtimel-mapdb |
Version | Version0.2.0-rc12 |
Type | Typejar |
Filename | Size |
---|---|
timel-mapdb-0.2.0-rc12.pom | |
timel-mapdb-0.2.0-rc12.jar | 6 KB |
timel-mapdb-0.2.0-rc12-sources.jar | 2 KB |
timel-mapdb-0.2.0-rc12-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vleo.timel/timel-mapdb/ -->
<dependency>
<groupId>net.vleo.timel</groupId>
<artifactId>timel-mapdb</artifactId>
<version>0.2.0-rc12</version>
</dependency>
// https://jarcasting.com/artifacts/net.vleo.timel/timel-mapdb/
implementation 'net.vleo.timel:timel-mapdb:0.2.0-rc12'
// https://jarcasting.com/artifacts/net.vleo.timel/timel-mapdb/
implementation ("net.vleo.timel:timel-mapdb:0.2.0-rc12")
'net.vleo.timel:timel-mapdb:jar:0.2.0-rc12'
<dependency org="net.vleo.timel" name="timel-mapdb" rev="0.2.0-rc12">
<artifact name="timel-mapdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vleo.timel', module='timel-mapdb', version='0.2.0-rc12')
)
libraryDependencies += "net.vleo.timel" % "timel-mapdb" % "0.2.0-rc12"
[net.vleo.timel/timel-mapdb "0.2.0-rc12"]