Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.jakobjarosch.rethinkdb |
ArtifactId | ArtifactIdrethinkdb-orm-annotations |
Version | Version2.3.0-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.jakobjarosch.rethinkdb/rethinkdb-orm-annotations/ -->
<dependency>
<groupId>de.jakobjarosch.rethinkdb</groupId>
<artifactId>rethinkdb-orm-annotations</artifactId>
<version>2.3.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/de.jakobjarosch.rethinkdb/rethinkdb-orm-annotations/
implementation 'de.jakobjarosch.rethinkdb:rethinkdb-orm-annotations:2.3.0-2'
// https://jarcasting.com/artifacts/de.jakobjarosch.rethinkdb/rethinkdb-orm-annotations/
implementation ("de.jakobjarosch.rethinkdb:rethinkdb-orm-annotations:2.3.0-2")
'de.jakobjarosch.rethinkdb:rethinkdb-orm-annotations:jar:2.3.0-2'
<dependency org="de.jakobjarosch.rethinkdb" name="rethinkdb-orm-annotations" rev="2.3.0-2">
<artifact name="rethinkdb-orm-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jakobjarosch.rethinkdb', module='rethinkdb-orm-annotations', version='2.3.0-2')
)
libraryDependencies += "de.jakobjarosch.rethinkdb" % "rethinkdb-orm-annotations" % "2.3.0-2"
[de.jakobjarosch.rethinkdb/rethinkdb-orm-annotations "2.3.0-2"]