IdentityXClientSDK
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.identityx</groupId>
<artifactId>IdentityXClientSDK</artifactId>
<version>5.10.0.5</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>IdentityXClientSDK</artifactId>
<name>IdentityXClientSDK</name>
<version>5.10.0.5</version><!--SDK_VERSION-->
<groupId>com.identityx</groupId>
<description>Client SDK for IdentityX Rest Services</description>
<url>https://github.com/daoninc</url>
<organization>
<name>Daon Inc</name>
<url>http://daon.com</url>
</organization>
<licenses>
<license>
<name>Apache</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution/>
<comments/>
</license>
</licenses>
<developers>
<developer>
<name>Horatiu Anucuta</name>
<email>hanucuta@daon.com</email>
<organization>Daon</organization>
<organizationUrl>http://daon.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:daonHA/IdentityXClientSDK.git</connection>
<developerConnection>scm:git:git@github.com:daonHA/IdentityXClientSDK.git</developerConnection>
<url>https://github.com/daonHA/IdentityXClientSDK.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.identityx.auth</groupId>
<artifactId>daon-http-digest-auth</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.identityx</groupId>
<artifactId>IdentityXRestDef</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
</dependencies>
</project>