Service Directory Common POM

The project is the master pom of all service directory projects.

License

License

GroupId

GroupId

com.cisco.oss.foundation.directory
ArtifactId

ArtifactId

sd-common-pom
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

Service Directory Common POM
The project is the master pom of all service directory projects.
Project URL

Project URL

https://github.com/foundation-runtime/service-directory/
Project Organization

Project Organization

Cisco
Source Code Management

Source Code Management

https://github.com/foundation-runtime/service-directory.git

Download sd-common-pom

Filename Size
sd-common-pom-1.0.5.pom 11 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.cisco.oss.foundation.directory/sd-common-pom/ -->
<dependency>
    <groupId>com.cisco.oss.foundation.directory</groupId>
    <artifactId>sd-common-pom</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cisco.oss.foundation.directory/sd-common-pom/
implementation 'com.cisco.oss.foundation.directory:sd-common-pom:1.0.5'
// https://jarcasting.com/artifacts/com.cisco.oss.foundation.directory/sd-common-pom/
implementation ("com.cisco.oss.foundation.directory:sd-common-pom:1.0.5")
'com.cisco.oss.foundation.directory:sd-common-pom:pom:1.0.5'
<dependency org="com.cisco.oss.foundation.directory" name="sd-common-pom" rev="1.0.5">
  <artifact name="sd-common-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cisco.oss.foundation.directory', module='sd-common-pom', version='1.0.5')
)
libraryDependencies += "com.cisco.oss.foundation.directory" % "sd-common-pom" % "1.0.5"
[com.cisco.oss.foundation.directory/sd-common-pom "1.0.5"]

Dependencies

compile (11)

Group / Artifact Type Version
com.cisco.oss.foundation : configuration-api jar 1.0.2-5
com.cisco.oss.foundation : configuration-lib jar 1.0.2-5
com.fasterxml.jackson.core : jackson-core jar 2.6.5
com.fasterxml.jackson.core : jackson-annotations jar 2.6.5
com.fasterxml.jackson.core : jackson-databind jar 2.6.5
com.fasterxml.jackson.jaxrs : jackson-jaxrs-base jar 2.6.5
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider jar 2.6.5
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar 2.6.5
com.google.guava : guava jar 18.0
org.apache.commons : commons-lang3 jar 3.4
commons-io : commons-io jar 2.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.springframework : spring-test jar 4.2.4.RELEASE
javax.annotation : jsr250-api jar 1.0

Project Modules

There are no modules declared in this project.

Service Directory API

Service Directory API is the client API to communicate with the back-end directory server.

SD API v1.1 is compatible with the JDK6 or greater. SD API v1.2 is compatible with the JDK7 only.

SD API v1.x communicates with directory server v1.x or v2.0 via RESTful service. SD API v2.0 communicates with directory server v2.0 only, via both RESTful and WebSocket services.

SD API v1.2 is the most recent stable version.

You can read the v1.x user guide in Wiki.

Following is the list of release references to the libraries managed under this repository:

sd-api
sd-core

Nightly Builds can be found here

Javadocs for sd-api

Javadocs for sd-core

com.cisco.oss.foundation.directory

What is it about? http://foundation-runtime.github.io/

Versions

Version
1.0.5
1.0.4
1.0.1
1.0.0