integers.integers-wrappers.1.1.1.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integers-wrappers Show documentation
Show all versions of integers-wrappers Show documentation
Wrappers for other libraries that implement interfaces from Integers
<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.almworks.integers</groupId> <artifactId>integers-parent</artifactId> <version>1.1.1</version> </parent> <artifactId>integers-wrappers</artifactId> <packaging>jar</packaging> <name>integers-wrappers</name> <description>Wrappers for other libraries that implement interfaces from Integers</description> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> </dependency> <dependency> <groupId>com.carrotsearch</groupId> <artifactId>hppc</artifactId> </dependency> <dependency> <groupId>com.almworks.integers</groupId> <artifactId>integers</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.almworks.integers</groupId> <artifactId>integers</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> </project>