assertion
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>assertion</artifactId>
<version>0.4.1</version>
</dependency><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>parent</artifactId> <version>0.4.1</version> </parent> <artifactId>assertion</artifactId> <name>objectos :: way :: assertion</name> <description>objectos assertion library</description> <url>https://github.com/objectos/way/assertion</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>GitHub Issues</system> <url>http://github.com/objectos/way/issues</url> </issueManagement> <developers> <developer> <id>moe</id> <name>Marcio Endo</name> <email>marcio.endo@objectos.com.br</email> </developer> </developers> <organization> <name>Objectos Software LTDA</name> <url>http://www.objectos.com.br</url> </organization> <dependencies> <dependency> <groupId>br.com.objectos.way</groupId> <artifactId>testable</artifactId> </dependency> <dependency> <groupId>br.com.objectos.way</groupId> <artifactId>testable-legacy</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-integration</artifactId> <scope>compile</scope> </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.testng</groupId> <artifactId>testng</artifactId> <scope>compile</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> </dependencies> </project>