MVN

org.shredzone.shariff : backend

Maven & Gradle

Nov 14, 2022
2 stars

Shariff Java Backend · Java Backend for Heise Shariff

<dependency>
    <groupId>org.shredzone.shariff</groupId>
    <artifactId>backend</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.shredzone.shariff : backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of org.shredzone.shariff : backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
backend-1.24
1.23
backend-1.23
1.22
backend-1.22
1.21
backend-1.21
1.20
backend-1.20
1.19
backend-1.19
1.18
backend-1.18
1.17
backend-1.17
1.16
backend-1.16
1.15
backend-1.15
1.14
backend-1.14
1.13
backend-1.13
1.12
backend-1.12
1.11
backend-1.11
1.10
backend-1.10
1.9
backend-1.9
1.8
backend-1.8
1.7
backend-1.7
1.6
backend-1.6
1.5
backend-1.5
1.4
backend-1.4
1.3
backend-1.3
1.2
backend-1.2
1.1
backend-1.1
1.0
backend-1.0

How to add a dependency to Maven

Add the following org.shredzone.shariff : backend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.shredzone.shariff</groupId>
    <artifactId>backend</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.shredzone.shariff : backend gradle dependency to your build.gradle file:

implementation 'org.shredzone.shariff:backend:1.24'

Gradle Kotlin DSL: Add the following org.shredzone.shariff : backend gradle kotlin dependency to your build.gradle.kts file:

implementation("org.shredzone.shariff:backend:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.shredzone.shariff : backend sbt scala dependency to your build.sbt file:

libraryDependencies += "org.shredzone.shariff" % "backend" % "1.24"

Advertisement