Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.dactiv |
ArtifactId | ArtifactIddactiv-orm |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
dactiv-orm-1.0.0.RELEASE.pom | |
dactiv-orm-1.0.0.RELEASE.jar | 65 KB |
dactiv-orm-1.0.0.RELEASE-sources.jar | 68 KB |
dactiv-orm-1.0.0.RELEASE-javadoc.jar | 390 KB |
Browse |
<!-- 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"]