library-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.accenture.atom</groupId> <artifactId>library-api</artifactId> <version>0.0.1</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.accenture.atom</groupId> <artifactId>library-api</artifactId> <version>0.0.1</version> <packaging>pom</packaging> <dependencies> <dependency> <groupId>com.accenture.atom</groupId> <artifactId>library-common</artifactId> <version>0.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-testng</artifactId> <version>4.7.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-java8</artifactId> <version>4.7.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-picocontainer</artifactId> <version>4.7.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <version>3.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.rest-assured</groupId> <artifactId>json-schema-validator</artifactId> <version>3.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.atlassian.oai</groupId> <artifactId>swagger-request-validator-restassured</artifactId> <version>1.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <version>1.5.0</version> <scope>compile</scope> </dependency> </dependencies> <description>The 'api' library contains a set of java helper classes that support api testing by leveraging Rest-Assured.</description> <name>library-api</name> <url>https://github.com/Accenture/atom</url> <organization> <name>com.github.accenture</name> <url>https://github.com/accenture</url> </organization> <issueManagement> <system>GitHub</system> <url>https://github.com/Accenture/atom/issues</url> </issueManagement> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://github.com/Accenture/atom/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/Accenture/atom</url> <connection>scm:git:git://github.com/Accenture/atom.git</connection> <developerConnection>scm:git:ssh://git@github.com:mautini/schemaorg-java.git</developerConnection> </scm> <developers> <developer> <name>ATC-NCL</name> <id>ATC-NCL</id> <email>ATC-NCL</email> </developer> </developers> </project>