MVN

com.marvinformatics.formatter : support

Maven & Gradle

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

Latest Version

Choose a version of com.marvinformatics.formatter : support 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 : support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
support-1.9.2
support-1.9.1.RC2
support-1.9.1.RC1
support-1.9.0
1.8.x
support-1.8.1
support-1.8.0
1.7.x
support-1.7.0
1.6.x
support-1.6.0
support-1.6.0.RC4
support-1.6.0.RC3
support-1.6.0.RC2
support-1.6.0.RC1
1.5.x
support-1.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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