GroupId | GroupIdcom.github.mgeiss |
---|---|
ArtifactId | ArtifactIdnorn |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
norn-1.0.0.pom | |
norn-1.0.0.jar | 15 KB |
norn-1.0.0-sources.jar | 13 KB |
norn-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mgeiss/norn/ -->
<dependency>
<groupId>com.github.mgeiss</groupId>
<artifactId>norn</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mgeiss/norn/
implementation 'com.github.mgeiss:norn:1.0.0'
// https://jarcasting.com/artifacts/com.github.mgeiss/norn/
implementation ("com.github.mgeiss:norn:1.0.0")
'com.github.mgeiss:norn:jar:1.0.0'
<dependency org="com.github.mgeiss" name="norn" rev="1.0.0">
<artifact name="norn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mgeiss', module='norn', version='1.0.0')
)
libraryDependencies += "com.github.mgeiss" % "norn" % "1.0.0"
[com.github.mgeiss/norn "1.0.0"]