sdk-fhr-ab-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.attraqt</groupId> <artifactId>sdk-fhr-ab-testing</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.attraqt</groupId> <artifactId>sdk-fhr-ab-testing</artifactId> <version>1.0.0</version> <name>FHR A/B Testing SDK</name> <description>The Fredhopper A/B Testing SDK is a software library which simplifies adding A/B testing of Fredhopper merchandising rules and configuration to your website backend</description> <url>https://github.com/Attraqt/sdk-fhr-ab-testing</url> <licenses> <license> <name>GNU General Public License, Version 3</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> </license> </licenses> <developers> <developer> <id>attraqt</id> <name>Attraqt</name> <email>contact@attraqt.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/Attraqt/sdk-fhr-ab-testing.git</connection> <developerConnection>scm:git:ssh://github.com/Attraqt/sdk-fhr-ab-testing.git</developerConnection> <url>https://github.com/Attraqt/sdk-fhr-ab-testing</url> </scm> </project>