MVN

de.frachtwerk : essencium-backend-storage-module

Maven & Gradle

Oct 02, 2023
2 stars

de.frachtwerk:essencium-backend-storage-module · Essencium Backend 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. The Storage Module can be used as a plugin to store files to al local folder or some other storage providers (e.g. S3).

<dependency>
    <groupId>de.frachtwerk</groupId>
    <artifactId>essencium-backend-storage-module</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.14.0

All Versions

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

Version Vulnerabilities Updated
0.14.x
essencium-backend-storage-module-0.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.frachtwerk</groupId>
    <artifactId>essencium-backend-storage-module</artifactId>
    <version>0.14.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.frachtwerk:essencium-backend-storage-module:0.14.0'

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

implementation("de.frachtwerk:essencium-backend-storage-module:0.14.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.frachtwerk" % "essencium-backend-storage-module" % "0.14.0"