文件下载
文件名 操作
entities-0.1.41.jar 下载
entities-0.1.41.pom 下载
entities-0.1.41-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.michaelruocco</groupId>
  <artifactId>entities</artifactId>
  <version>0.1.41</version>
</dependency>
Gradle Groovy
implementation 'com.github.michaelruocco:entities:0.1.41'
Gradle Kotlin
implementation("com.github.michaelruocco:entities:0.1.41")
Scala SBT
libraryDependencies += "com.github.michaelruocco" % "entities" % "0.1.41"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michaelruocco', module='entities', version='0.1.41')
)
Apache Ivy
<dependency org="com.github.michaelruocco" name="entities" rev="0.1.41" />
Leiningen
[com.github.michaelruocco/entities "0.1.41"]
Apache Buildr
'com.github.michaelruocco:entities:jar:0.1.41'