vial-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.machinecode.vial</groupId>
<artifactId>vial-core</artifactId>
<version>0.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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>
<name>Vial</name>
<description>Vial Collections</description>
<url>https://github.com/BrentDouglas/vial</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>1</id>
<name>Brent Douglas</name>
<email>brent.n.douglas@gmail.com</email>
<organization>MachineCode</organization>
</developer>
</developers>
<scm>
<connection>https://github.com/BrentDouglas/vial.git</connection>
<developerConnection>https://github.com/BrentDouglas/vial.git</developerConnection>
<tag>0.0.1</tag>
<url>https://github.com/BrentDouglas/vial.git</url>
</scm>
<groupId>io.machinecode.vial</groupId>
<artifactId>vial-core</artifactId>
<version>0.0.1</version>
<dependencies/>
</project>