MVN

de.digitalcollections.commons : dc-commons-springboot

Maven & Gradle

Jul 18, 2022
5 usages
1 stars

DigitalCollections: Commons Spring Boot (Spring Boot 2)

<dependency>
    <groupId>de.digitalcollections.commons</groupId>
    <artifactId>dc-commons-springboot</artifactId>
    <version>4.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.digitalcollections.commons : dc-commons-springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3

All Versions

Choose a version of de.digitalcollections.commons : dc-commons-springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
dc-commons-springboot-4.1.3
dc-commons-springboot-4.1.1
4.0.x
dc-commons-springboot-4.0.3
dc-commons-springboot-4.0.1
dc-commons-springboot-4.0.0
3.0.x
dc-commons-springboot-3.0.1
dc-commons-springboot-3.0.0
2.1.x
dc-commons-springboot-2.1.0
1.4.x
dc-commons-springboot-1.4.1
dc-commons-springboot-1.4.0
1.3.x
dc-commons-springboot-1.3.0

How to add a dependency to Maven

Add the following de.digitalcollections.commons : dc-commons-springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.digitalcollections.commons</groupId>
    <artifactId>dc-commons-springboot</artifactId>
    <version>4.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.digitalcollections.commons : dc-commons-springboot gradle dependency to your build.gradle file:

implementation 'de.digitalcollections.commons:dc-commons-springboot:4.1.3'

Gradle Kotlin DSL: Add the following de.digitalcollections.commons : dc-commons-springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("de.digitalcollections.commons:dc-commons-springboot:4.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.digitalcollections.commons : dc-commons-springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "de.digitalcollections.commons" % "dc-commons-springboot" % "4.1.3"

Advertisement