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