is not current version
Last Version 1.0.23

com.github.atshow:sorm 1.0

java jpa tool for spring

Categories

Categories

ORM Data
GroupId

GroupId

com.github.atshow
ArtifactId

ArtifactId

sorm
Version

Version

1.0
Type

Type

jar

Download sorm 1.0


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