MVN

com.marvinformatics.formatter : com.marvinformatics.formatter

Maven & Gradle

Oct 18, 2017
11 stars
<dependency>
    <groupId>com.marvinformatics.formatter</groupId>
    <artifactId>com.marvinformatics.formatter</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvinformatics.formatter : com.marvinformatics.formatter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2
  • Latest Release Candidate: 1.9.1.RC2

All Versions

Choose a version of com.marvinformatics.formatter : com.marvinformatics.formatter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
com.marvinformatics.formatter-1.9.2
com.marvinformatics.formatter-1.9.1.RC2
com.marvinformatics.formatter-1.9.1.RC1
com.marvinformatics.formatter-1.9.0
1.8.x
com.marvinformatics.formatter-1.8.1
com.marvinformatics.formatter-1.8.0
1.7.x
com.marvinformatics.formatter-1.7.0
1.6.x
com.marvinformatics.formatter-1.6.0
com.marvinformatics.formatter-1.6.0.RC4
com.marvinformatics.formatter-1.6.0.RC3
com.marvinformatics.formatter-1.6.0.RC2
com.marvinformatics.formatter-1.6.0.RC1
1.5.x
com.marvinformatics.formatter-1.5.0
1.4.x
com.marvinformatics.formatter-1.4.0
com.marvinformatics.formatter-1.4.0.M6
1.3.x
com.marvinformatics.formatter-1.3.0
1.2.x
com.marvinformatics.formatter-1.2.0

How to add a dependency to Maven

Add the following com.marvinformatics.formatter : com.marvinformatics.formatter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.marvinformatics.formatter</groupId>
    <artifactId>com.marvinformatics.formatter</artifactId>
    <version>1.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marvinformatics.formatter : com.marvinformatics.formatter gradle dependency to your build.gradle file:

implementation 'com.marvinformatics.formatter:com.marvinformatics.formatter:1.9.2'

Gradle Kotlin DSL: Add the following com.marvinformatics.formatter : com.marvinformatics.formatter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marvinformatics.formatter:com.marvinformatics.formatter:1.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marvinformatics.formatter : com.marvinformatics.formatter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marvinformatics.formatter" % "com.marvinformatics.formatter" % "1.9.2"

Advertisement