vutils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.violetlib</groupId> <artifactId>vutils</artifactId> <version>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> <groupId>org.violetlib</groupId> <artifactId>vutils</artifactId> <version>1</version> <packaging>jar</packaging> <name>VUtils</name> <description>Java Utilities</description> <url>https://violetlib.org/vutils/overview.html</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/violetlib/vutils/blob/master/license/LICENSE</url> </license> </licenses> <developers> <developer> <name>Alan Snyder</name> <url>https://github.com/violetlib</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/violetlib/vutils.git</connection> <url>https://github.com/violetlib/vutils</url> </scm> <dependencies> <dependency> <groupId>org.violetlib</groupId> <artifactId>vannotations</artifactId> <version>1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>20.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.violetlib</groupId> <artifactId>vtypes</artifactId> <version>1</version> </dependency> </dependencies> </project>