is not current version
Last Version 1.1.1

com.github.javaclub:jorm 1.1.0

This is a java JDBC ORM Framework

Categories

Categories

ORM Data
GroupId

GroupId

com.github.javaclub
ArtifactId

ArtifactId

jorm
Version

Version

1.1.0
Type

Type

jar

Download jorm 1.1.0


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