is not current version
Last Version 0.3.7

com.github.nikita-volkov:sorm 0.3.0

An ORM framework for Scala

Categories

Categories

ORM Data
GroupId

GroupId

com.github.nikita-volkov
ArtifactId

ArtifactId

sorm
Version

Version

0.3.0
Type

Type

jar

Download sorm 0.3.0


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