e

essencium-backend-uuid-model

Essencium-backend-uuid-model is a software library built on top of Essencium Backend that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication. Essencium Backend UUID Model uses UUID's as primary keys in relational databases and delivers a fully implemented App-User.
https://www.frachtwerk.de
GNU Lesser General Public License v3, or (at your option) any later version
Robin Lamberti Paul Wannenmacher Michael Rist
Files download
File Operation
essencium-backend-uuid-model-2.5.14.jar download
essencium-backend-uuid-model-2.5.14.pom download
essencium-backend-uuid-model-2.5.14-sources.jar download
Apache Maven
<dependency>
  <groupId>de.frachtwerk</groupId>
  <artifactId>essencium-backend-uuid-model</artifactId>
  <version>2.5.14</version>
</dependency>
Gradle Groovy
implementation 'de.frachtwerk:essencium-backend-uuid-model:2.5.14'
Gradle Kotlin
implementation("de.frachtwerk:essencium-backend-uuid-model:2.5.14")
Scala SBT
libraryDependencies += "de.frachtwerk" % "essencium-backend-uuid-model" % "2.5.14"
Groovy Grape
@Grapes(
  @Grab(group='de.frachtwerk', module='essencium-backend-uuid-model', version='2.5.14')
)
Apache Ivy
<dependency org="de.frachtwerk" name="essencium-backend-uuid-model" rev="2.5.14" />
Leiningen
[de.frachtwerk/essencium-backend-uuid-model "2.5.14"]
Apache Buildr
'de.frachtwerk:essencium-backend-uuid-model:jar:2.5.14'