java-colon-the-comedy-hyphen
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.inkapplications.lol.dot</groupId> <artifactId>java-colon-the-comedy-hyphen</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.inkapplications.lol.dot</groupId> <artifactId>java-colon-the-comedy-hyphen</artifactId> <version>1.0.0</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> <scope>runtime</scope> </dependency> </dependencies> <name>java-colon-the-comedy-hyphen</name> <description>A Java Commedy</description> <url>https://github.com/InkApplications/java-hyphen-the-github-repo</url> <issueManagement> <system>github</system> <url>https://github.com/InkApplications/java-hyphen-the-github-repo/issues</url> </issueManagement> <scm> <url>https://github.com/InkApplications/java-hyphen-the-github-repo</url> <connection>scm:git:https://github.com/InkApplications/java-hyphen-the-github-repo.git</connection> <developerConnection>scm:git:https://github.com/InkApplications/java-hyphen-the-github-repo.git</developerConnection> </scm> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>inkapplications</id> <name>InkApplications</name> <organizationUrl>http://inkapplications.com</organizationUrl> </developer> </developers> </project>