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