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