| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mgeiss |
| ArtifactId | ArtifactIdnorn |
| Last Version | Last Version2.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnorn
UDP Multicast based java remoting using RMI under the hood.
|
| Filename | Size |
|---|---|
| norn-2.1.2.pom | |
| norn-2.1.2.jar | 15 KB |
| norn-2.1.2-sources.jar | 13 KB |
| norn-2.1.2-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mgeiss/norn/ -->
<dependency>
<groupId>com.github.mgeiss</groupId>
<artifactId>norn</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mgeiss/norn/
implementation 'com.github.mgeiss:norn:2.1.2'
// https://jarcasting.com/artifacts/com.github.mgeiss/norn/
implementation ("com.github.mgeiss:norn:2.1.2")
'com.github.mgeiss:norn:jar:2.1.2'
<dependency org="com.github.mgeiss" name="norn" rev="2.1.2">
<artifact name="norn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mgeiss', module='norn', version='2.1.2')
)
libraryDependencies += "com.github.mgeiss" % "norn" % "2.1.2"
[com.github.mgeiss/norn "2.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |