annot8-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.annot8</groupId>
<artifactId>annot8-core</artifactId>
<version>0.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.annot8</groupId>
<artifactId>annot8-parent</artifactId>
<version>0.2.0</version>
<relativePath>../annot8-parent</relativePath>
</parent>
<artifactId>annot8-core</artifactId>
<name>Annot8 Core</name>
<description>Core interfaces for the Annot8 project</description>
<version>0.2.0</version>
<issueManagement>
<url>https://github.com/annot8/core/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<scm>
<url>https://github.com/annot8/core/</url>
<connection>scm:git:git://github.com/annot8/core.git</connection>
<developerConnection>scm:git:git@github.com/annot8/core.git</developerConnection>
</scm>
<profiles>
<profile>
<id>travis</id>
<repositories>
<repository>
<id>packagecloud-annot8</id>
<url>https://packagecloud.io/committed/annot8/maven2</url>
<releases>
<!-- Don't look for releases, use Central -->
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
</project>