Files download
File Operation
entities-0.1.42.jar download
entities-0.1.42.pom download
entities-0.1.42-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michaelruocco</groupId>
  <artifactId>entities</artifactId>
  <version>0.1.42</version>
</dependency>
Gradle Groovy
implementation 'com.github.michaelruocco:entities:0.1.42'
Gradle Kotlin
implementation("com.github.michaelruocco:entities:0.1.42")
Scala SBT
libraryDependencies += "com.github.michaelruocco" % "entities" % "0.1.42"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michaelruocco', module='entities', version='0.1.42')
)
Apache Ivy
<dependency org="com.github.michaelruocco" name="entities" rev="0.1.42" />
Leiningen
[com.github.michaelruocco/entities "0.1.42"]
Apache Buildr
'com.github.michaelruocco:entities:jar:0.1.42'