MVN

se.sundsvall.dept44 : dept44-build-tools

Maven & Gradle

Aug 15, 2023
2 stars
<dependency>
    <groupId>se.sundsvall.dept44</groupId>
    <artifactId>dept44-build-tools</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.sundsvall.dept44 : dept44-build-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of se.sundsvall.dept44 : dept44-build-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
dept44-build-tools-2.1.3
dept44-build-tools-2.1.2
dept44-build-tools-2.1.1
dept44-build-tools-2.1.0
2.0.x
dept44-build-tools-2.0.2
dept44-build-tools-2.0.1
dept44-build-tools-2.0.0
1.36
dept44-build-tools-1.36
1.35
dept44-build-tools-1.35
1.34
dept44-build-tools-1.34
1.33
dept44-build-tools-1.33
1.32
dept44-build-tools-1.32
1.31
dept44-build-tools-1.31
1.30
dept44-build-tools-1.30
1.29
dept44-build-tools-1.29
1.28
dept44-build-tools-1.28
1.27
dept44-build-tools-1.27
1.26
dept44-build-tools-1.26

How to add a dependency to Maven

Add the following se.sundsvall.dept44 : dept44-build-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.sundsvall.dept44</groupId>
    <artifactId>dept44-build-tools</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.sundsvall.dept44 : dept44-build-tools gradle dependency to your build.gradle file:

implementation 'se.sundsvall.dept44:dept44-build-tools:2.1.3'

Gradle Kotlin DSL: Add the following se.sundsvall.dept44 : dept44-build-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("se.sundsvall.dept44:dept44-build-tools:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.sundsvall.dept44 : dept44-build-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "se.sundsvall.dept44" % "dept44-build-tools" % "2.1.3"