sift-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.siftscience</groupId> <artifactId>sift-java</artifactId> <version>3.20.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.siftscience</groupId> <artifactId>sift-java</artifactId> <version>3.20.0</version> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> <version>3.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> <scope>compile</scope> </dependency> </dependencies> <name>sift-java</name> <url>https://github.com/SiftScience/sift-java</url> <packaging>jar</packaging> <licenses> <license> <name>MIT License</name> <url>https://github.com/SiftScience/sift-java/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <inceptionYear>2016</inceptionYear> <organization> <name>Sift Science</name> <url>https://siftscience.com</url> </organization> <developers> <developer> <id>lopatin</id> <name>Alex Lopatin</name> <url>https://github.com/lopatin</url> </developer> </developers> <scm> <url>https://github.com/SiftScience/sift-java</url> <connection>scm:git:https://github.com/SiftScience/sift-java.git</connection> <developerConnection>scm:git:ssh://git@github.com/SiftScience/sift-java.git</developerConnection> </scm> <description>Sift Science Java API</description> </project>