META-INF.maven.io.permazen.permazen-util.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permazen-util Show documentation
Show all versions of permazen-util Show documentation
Common utility classes used by Permazen.
The newest version!
<?xml version="1.0"?> <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>io.permazen</groupId> <artifactId>permazen</artifactId> <version>5.1.0</version> </parent> <artifactId>permazen-util</artifactId> <name>Permazen Utility Classes</name> <description>Common utility classes used by Permazen.</description> <distributionManagement> <site> <id>${project.artifactId}-site</id> <url>file://${project.basedir}/../site/${project.artifactId}/</url> </site> </distributionManagement> <properties> <automatic.module.name>io.permazen.util</automatic.module.name> </properties> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <!-- Siblings --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${project.parent.artifactId}-test</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy