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