| Title: |
objectos :: way :: code :: testing |
| Group ID: |
br.com.objectos.way |
| Artifact ID: |
code-testing |
| Version: |
0.4.1 |
| Last modified: |
29.03.2016 20:10 |
| Packaging: |
jar |
| Name: |
objectos :: way :: code :: testing |
| Vendor: |
Objectos Software LTDA |
|
|
| Size: |
52.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/br/com/objectos/way/code-testing/0.4.1/code-testing-0.4.1.jar |
| POM: |
Show
hide
<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>
<parent>
<groupId>br.com.objectos.way</groupId>
<artifactId>code</artifactId>
<version>0.4.1</version>
</parent>
<artifactId>code-testing</artifactId>
<name>objectos :: way :: code :: testing</name>
<dependencies>
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>assertion</artifactId>
<version>${previous.version}</version><!--$NO-MVN-MAN-VER$-->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>code-core</artifactId>
<version>0.4.1</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>testable</artifactId>
<version>${previous.version}</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>testable-core</artifactId>
<version>${previous.version}</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>testable-legacy</artifactId>
<version>${previous.version}</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>br.com.objectos.core</groupId>
<artifactId>collections</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-integration</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>code-testing</artifactId>
<version>0.4.1</version>
</dependency>
|
| Gradle: |
br.com.objectos.way:code-testing:0.4.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
assertion-${previous.version}.jar
in br/com/objectos/way/assertion/${previous.version}
-
JAR
code-core-0.4.1.jar
in br/com/objectos/way/code-core/0.4.1
-
JAR
collections-0.3.0.jar
in br/com/objectos/core/collections/0.3.0
-
JAR
compile-testing-0.13.jar
in com/google/testing/compile/compile-testing/0.13
-
JAR
hamcrest-integration-1.3.jar
in org/hamcrest/hamcrest-integration/1.3
-
JAR
joda-time-2.9.1.jar
in joda-time/joda-time/2.9.1
-
[JAR]
testable-${previous.version}.jar
in br/com/objectos/way/testable/${previous.version}
-
[JAR]
testable-core-${previous.version}.jar
in br/com/objectos/way/testable-core/${previous.version}
-
[JAR]
testable-legacy-${previous.version}.jar
in br/com/objectos/way/testable-legacy/${previous.version}
-
JAR
truth-0.30.jar
in com/google/truth/truth/0.30
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|