Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.objectweb.jorm |
ArtifactId | ArtifactIdjorm-rdb-adapter |
Version | Version3.2.5 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jorm-rdb-adapter-3.2.5.pom | |
jorm-rdb-adapter-3.2.5.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.jorm/jorm-rdb-adapter/ -->
<dependency>
<groupId>org.objectweb.jorm</groupId>
<artifactId>jorm-rdb-adapter</artifactId>
<version>3.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.jorm/jorm-rdb-adapter/
implementation 'org.objectweb.jorm:jorm-rdb-adapter:3.2.5'
// https://jarcasting.com/artifacts/org.objectweb.jorm/jorm-rdb-adapter/
implementation ("org.objectweb.jorm:jorm-rdb-adapter:3.2.5")
'org.objectweb.jorm:jorm-rdb-adapter:jar:3.2.5'
<dependency org="org.objectweb.jorm" name="jorm-rdb-adapter" rev="3.2.5">
<artifact name="jorm-rdb-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.jorm', module='jorm-rdb-adapter', version='3.2.5')
)
libraryDependencies += "org.objectweb.jorm" % "jorm-rdb-adapter" % "3.2.5"
[org.objectweb.jorm/jorm-rdb-adapter "3.2.5"]