MVN

se.mdh : mdh-maven-build-tools

Maven & Gradle

Feb 23, 2022
0 stars

Delade resurser för byggverktyg.

<dependency>
    <groupId>se.mdh</groupId>
    <artifactId>mdh-maven-build-tools</artifactId>
    <version>33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 33

All Versions

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

Version Vulnerabilities Updated
33
mdh-maven-build-tools-33
32
mdh-maven-build-tools-32
31
mdh-maven-build-tools-31
30
mdh-maven-build-tools-30
29
mdh-maven-build-tools-29
28
mdh-maven-build-tools-28
27
mdh-maven-build-tools-27

How to add a dependency to Maven

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

<dependency>
    <groupId>se.mdh</groupId>
    <artifactId>mdh-maven-build-tools</artifactId>
    <version>33</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'se.mdh:mdh-maven-build-tools:33'

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

implementation("se.mdh:mdh-maven-build-tools:33")

How to add a dependency to SBT Scala

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

libraryDependencies += "se.mdh" % "mdh-maven-build-tools" % "33"