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