is not current version
Last Version 1.1.1

com.github.javaclub:jorm 1.0.8

This is a java JDBC ORM Framework

Categories

Categories

ORM Data
GroupId

GroupId

com.github.javaclub
ArtifactId

ArtifactId

jorm
Version

Version

1.0.8
Type

Type

jar

Download jorm 1.0.8


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