optivem-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.optivem</groupId>
<artifactId>optivem-testing</artifactId>
<version>1.1.8</version>
</dependency><?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.optivem</groupId>
<artifactId>optivem-testing</artifactId>
<version>1.1.8</version>
<packaging>jar</packaging>
<name>Optivem Test Library</name>
<description>A simple calculator library for testing purposes</description>
<url>https://github.com/optivem/optivem-testing</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>optivem</id>
<name>Optivem</name>
<email>info@optivem.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/optivem/optivem-testing.git</connection>
<developerConnection>scm:git:ssh://github.com:optivem/optivem-testing.git</developerConnection>
<url>https://github.com/optivem/optivem-testing</url>
</scm>
</project>