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