| Group ID: |
com.github.karamelsoft.testing |
| Artifact ID: |
data-driven-testing-json |
| Last modified: |
26.07.2016 05:27 |
| Packaging: |
jar |
| Name: |
${project.name} :: Json |
|
|
| Size: |
83.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/karamelsoft/testing/data-driven-testing-json/0.2.0/data-driven-testing-json-0.2.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>data-driven-testing</artifactId>
<groupId>com.github.karamelsoft.testing</groupId>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>data-driven-testing-json</artifactId>
<name>${project.name} :: Json</name>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>org.skyscreamer:jsonassert</include>
<include>org.json:*</include>
</includes>
<excludes>
<excluse>${project.groupId}:data-driven-testing-api</excluse>
<excluse>${project.groupId}:data-driven-testing-core</excluse>
</excludes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.github.karamelsoft.testing</groupId>
<artifactId>data-driven-testing-api</artifactId>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.karamelsoft.testing</groupId>
<artifactId>data-driven-testing-core</artifactId>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.4.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<properties>
<jackson.version>2.4.3</jackson.version>
<jsonassert.version>1.2.3</jsonassert.version>
</properties>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.karamelsoft.testing</groupId>
<artifactId>data-driven-testing-json</artifactId>
<version>0.2.0</version>
</dependency>
|
| Gradle: |
com.github.karamelsoft.testing:data-driven-testing-json:0.2.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|