License |
License |
---|---|
GroupId | GroupIdcom.addc |
ArtifactId | ArtifactIdaddc-slp |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaddc-slp
The addc-slp library supplies client classes for registering objects with a Service Location Protocol Daemon and
for looking these objects up later.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
addc-slp-2.6.pom | |
addc-slp-2.6.jar | 67 KB |
addc-slp-2.6-tests.jar | 44 KB |
addc-slp-2.6-sources.jar | 47 KB |
addc-slp-2.6-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addc/addc-slp/ -->
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-slp</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-slp/
implementation 'com.addc:addc-slp:2.6'
// https://jarcasting.com/artifacts/com.addc/addc-slp/
implementation ("com.addc:addc-slp:2.6")
'com.addc:addc-slp:jar:2.6'
<dependency org="com.addc" name="addc-slp" rev="2.6">
<artifact name="addc-slp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-slp', version='2.6')
)
libraryDependencies += "com.addc" % "addc-slp" % "2.6"
[com.addc/addc-slp "2.6"]
Group / Artifact | Type | Version |
---|---|---|
com.addc : addc-base | jar | 2.6 |
com.addc : addc-security | jar | 2.6 |
com.addc : addc-alerts | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.livetribe.slp : livetribe-slp | jar | 2.2.1 |
org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.60 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-api-mockito | jar | 1.7.4 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.2.3 |