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