MVN

de.frachtwerk : essencium-backend-uuid-model

Maven & Gradle

Aug 24, 2023
12 stars

de.frachtwerk: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.

<dependency>
    <groupId>de.frachtwerk</groupId>
    <artifactId>essencium-backend-uuid-model</artifactId>
    <version>2.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.frachtwerk : essencium-backend-uuid-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.1

All Versions

Choose a version of de.frachtwerk : essencium-backend-uuid-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
essencium-backend-uuid-model-2.4.1
essencium-backend-uuid-model-2.4.0

How to add a dependency to Maven

Add the following de.frachtwerk : essencium-backend-uuid-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.frachtwerk</groupId>
    <artifactId>essencium-backend-uuid-model</artifactId>
    <version>2.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.frachtwerk : essencium-backend-uuid-model gradle dependency to your build.gradle file:

implementation 'de.frachtwerk:essencium-backend-uuid-model:2.4.1'

Gradle Kotlin DSL: Add the following de.frachtwerk : essencium-backend-uuid-model gradle kotlin dependency to your build.gradle.kts file:

implementation("de.frachtwerk:essencium-backend-uuid-model:2.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.frachtwerk : essencium-backend-uuid-model sbt scala dependency to your build.sbt file:

libraryDependencies += "de.frachtwerk" % "essencium-backend-uuid-model" % "2.4.1"