Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.noorm |
ArtifactId | ArtifactIdnoorm-runtime |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
noorm-runtime-1.3.0.pom | |
noorm-runtime-1.3.0.jar | 90 KB |
noorm-runtime-1.3.0-sources.jar | 60 KB |
noorm-runtime-1.3.0-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.noorm/noorm-runtime/ -->
<dependency>
<groupId>org.noorm</groupId>
<artifactId>noorm-runtime</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.noorm/noorm-runtime/
implementation 'org.noorm:noorm-runtime:1.3.0'
// https://jarcasting.com/artifacts/org.noorm/noorm-runtime/
implementation ("org.noorm:noorm-runtime:1.3.0")
'org.noorm:noorm-runtime:jar:1.3.0'
<dependency org="org.noorm" name="noorm-runtime" rev="1.3.0">
<artifact name="noorm-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noorm', module='noorm-runtime', version='1.3.0')
)
libraryDependencies += "org.noorm" % "noorm-runtime" % "1.3.0"
[org.noorm/noorm-runtime "1.3.0"]