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