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