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