j

jentity

The Jentity framework attempts to provide the Java platform with more powerful building blocks for integrating objects and components. The framework focuses on the challenge of maintaining consistent data or state in a dynamic environment. This is achieved by provide reusable, extensible objects, that can use to construct higher order structures like components, applications and systems. Examples of concrete problems that can be effectively solved by using the Jentity framework, are shared models, distributed models, MVC constructs.
http://jentity.org/
Apache License V2.0
Mikis Seth Sorensen
Files download
File Operation
jentity-0.3.pom download
Apache Maven
<dependency>
  <groupId>org.jentity</groupId>
  <artifactId>jentity</artifactId>
  <version>0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jentity:jentity:0.3'
Gradle Kotlin
implementation("org.jentity:jentity:0.3")
Scala SBT
libraryDependencies += "org.jentity" % "jentity" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jentity', module='jentity', version='0.3')
)
Apache Ivy
<dependency org="org.jentity" name="jentity" rev="0.3" />
Leiningen
[org.jentity/jentity "0.3"]
Apache Buildr
'org.jentity:jentity:jar:0.3'