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