is not current version
Last Version 1.5.0

org.noorm:noorm-runtime 1.1.0


Categories

Categories

ORM Data
GroupId

GroupId

org.noorm
ArtifactId

ArtifactId

noorm-runtime
Version

Version

1.1.0
Type

Type

jar

Download noorm-runtime 1.1.0


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