e

entity

Entity is a very simple and light library to manage persistable objects and theirs meta data.
https://github.com/Marthym/entity
MIT License
Frédéric Combes
Files download
File Operation
entity-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>fr.ght1pc9kc</groupId>
  <artifactId>entity</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.ght1pc9kc:entity:1.0.0'
Gradle Kotlin
implementation("fr.ght1pc9kc:entity:1.0.0")
Scala SBT
libraryDependencies += "fr.ght1pc9kc" % "entity" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.ght1pc9kc', module='entity', version='1.0.0')
)
Apache Ivy
<dependency org="fr.ght1pc9kc" name="entity" rev="1.0.0" />
Leiningen
[fr.ght1pc9kc/entity "1.0.0"]
Apache Buildr
'fr.ght1pc9kc:entity:jar:1.0.0'
Dependencies
The project has no third-party dependencies