Skip to content

princesslana/ErisCasper-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ErisCasper-Data

Build Status

Latest Release: Maven Central Javadocs

Latest Snapshot: Sonatype Nexus (Snapshots)

Documentation for the latest release is available at https://princesslana.github.io/ErisCasper-Data

Snapshots

Snapshots of master are automatically published to sonatype.

To use from maven add the sonatype snapshot repository:

  <repositories>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>

And add the ErisCasper-Data dependency. Snapshot versions can be found here.

  <dependency>
    <groupId>com.github.princesslana</groupId>
    <artifactId>ErisCasper-Data</artifactId>
    <version>LATEST.SNAPSHOT.VERSION</version>
  </dependency>