Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.xcr1234 |
ArtifactId | ArtifactIdnorm |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
norm-1.4.pom | |
norm-1.4.jar | 139 KB |
norm-1.4-sources.jar | 79 KB |
norm-1.4-javadoc.jar | 554 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xcr1234/norm/ -->
<dependency>
<groupId>io.github.xcr1234</groupId>
<artifactId>norm</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xcr1234/norm/
implementation 'io.github.xcr1234:norm:1.4'
// https://jarcasting.com/artifacts/io.github.xcr1234/norm/
implementation ("io.github.xcr1234:norm:1.4")
'io.github.xcr1234:norm:jar:1.4'
<dependency org="io.github.xcr1234" name="norm" rev="1.4">
<artifact name="norm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xcr1234', module='norm', version='1.4')
)
libraryDependencies += "io.github.xcr1234" % "norm" % "1.4"
[io.github.xcr1234/norm "1.4"]