is not current version
Last Version 1.1.0.RELEASE

com.github.dactiv:dactiv-orm 1.0.0.RELEASE

the base-framework orm jar

Categories

Categories

ORM Data
GroupId

GroupId

com.github.dactiv
ArtifactId

ArtifactId

dactiv-orm
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download dactiv-orm 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.dactiv/dactiv-orm/ -->
<dependency>
    <groupId>com.github.dactiv</groupId>
    <artifactId>dactiv-orm</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dactiv/dactiv-orm/
implementation 'com.github.dactiv:dactiv-orm:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.dactiv/dactiv-orm/
implementation ("com.github.dactiv:dactiv-orm:1.0.0.RELEASE")
'com.github.dactiv:dactiv-orm:jar:1.0.0.RELEASE'
<dependency org="com.github.dactiv" name="dactiv-orm" rev="1.0.0.RELEASE">
  <artifact name="dactiv-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dactiv', module='dactiv-orm', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.dactiv" % "dactiv-orm" % "1.0.0.RELEASE"
[com.github.dactiv/dactiv-orm "1.0.0.RELEASE"]