MVN

org.jentity : jentity

Maven & Gradle

Aug 27, 2012
0 stars

Jentity framework · 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.

<dependency>
    <groupId>org.jentity</groupId>
    <artifactId>jentity</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jentity : jentity to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of org.jentity : jentity to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
jentity-0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jentity</groupId>
    <artifactId>jentity</artifactId>
    <version>0.3</version>
</dependency>

Advertisement