| License |
License |
|---|---|
| GroupId | GroupIdcom.theisenp.harbor |
| ArtifactId | ArtifactIdharbor |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
Descriptionharbor
An LCM based peer discovery library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| harbor-1.1.0.pom | |
| harbor-1.1.0.jar | 34 KB |
| harbor-1.1.0-sources.jar | 16 KB |
| harbor-1.1.0-javadoc.jar | 164 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.theisenp.harbor/harbor/ -->
<dependency>
<groupId>com.theisenp.harbor</groupId>
<artifactId>harbor</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.theisenp.harbor/harbor/
implementation 'com.theisenp.harbor:harbor:1.1.0'
// https://jarcasting.com/artifacts/com.theisenp.harbor/harbor/
implementation ("com.theisenp.harbor:harbor:1.1.0")
'com.theisenp.harbor:harbor:jar:1.1.0'
<dependency org="com.theisenp.harbor" name="harbor" rev="1.1.0">
<artifact name="harbor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theisenp.harbor', module='harbor', version='1.1.0')
)
libraryDependencies += "com.theisenp.harbor" % "harbor" % "1.1.0"
[com.theisenp.harbor/harbor "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| com.googlecode.lcm » lcm-java | jar | 1.0.0-unofficial |
| joda-time : joda-time | jar | 2.5 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.easytesting : fest-assert | jar | 1.4 |