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