is not current version
Last Version 2.4

io.github.xcr1234:norm 1.1

a small java orm library.

Categories

Categories

ORM Data
GroupId

GroupId

io.github.xcr1234
ArtifactId

ArtifactId

norm
Version

Version

1.1
Type

Type

jar

Download norm 1.1


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