MVN

de.muenchen.itm : itm-java-codeformat

Maven & Gradle

May 09, 2023
<dependency>
    <groupId>de.muenchen.itm</groupId>
    <artifactId>itm-java-codeformat</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.muenchen.itm : itm-java-codeformat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of de.muenchen.itm : itm-java-codeformat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
itm-java-codeformat-1.0.3

How to add a dependency to Maven

Add the following de.muenchen.itm : itm-java-codeformat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.muenchen.itm</groupId>
    <artifactId>itm-java-codeformat</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.muenchen.itm : itm-java-codeformat gradle dependency to your build.gradle file:

implementation 'de.muenchen.itm:itm-java-codeformat:1.0.3'

Gradle Kotlin DSL: Add the following de.muenchen.itm : itm-java-codeformat gradle kotlin dependency to your build.gradle.kts file:

implementation("de.muenchen.itm:itm-java-codeformat:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.muenchen.itm : itm-java-codeformat sbt scala dependency to your build.sbt file:

libraryDependencies += "de.muenchen.itm" % "itm-java-codeformat" % "1.0.3"