MVN

com.sksamuel.scruffy : scruffy-marshall_2.11

Maven & Gradle

Apr 14, 2015
6 usages

scruffy-marshall · scruffy-marshall

<dependency>
    <groupId>com.sksamuel.scruffy</groupId>
    <artifactId>scruffy-marshall_2.11</artifactId>
    <version>1.7.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sksamuel.scruffy : scruffy-marshall_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.15

All Versions

Choose a version of com.sksamuel.scruffy : scruffy-marshall_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
scruffy-marshall_2.11-1.10.0
1.9.x
scruffy-marshall_2.11-1.9.0
1.8.x
scruffy-marshall_2.11-1.8.0
1.7.x
scruffy-marshall_2.11-1.7.15
scruffy-marshall_2.11-1.7.14
scruffy-marshall_2.11-1.7.13
scruffy-marshall_2.11-1.7.12
scruffy-marshall_2.11-1.7.11
scruffy-marshall_2.11-1.7.10
scruffy-marshall_2.11-1.7.9
scruffy-marshall_2.11-1.7.8
scruffy-marshall_2.11-1.7.7
scruffy-marshall_2.11-1.7.6
scruffy-marshall_2.11-1.7.4
scruffy-marshall_2.11-1.7.3
scruffy-marshall_2.11-1.7.2
scruffy-marshall_2.11-1.7.1
scruffy-marshall_2.11-1.7.0
1.6.x
scruffy-marshall_2.11-1.6.0
1.5.x
scruffy-marshall_2.11-1.5.3
scruffy-marshall_2.11-1.5.2
scruffy-marshall_2.11-1.5.1
scruffy-marshall_2.11-1.5.0
1.4.x
scruffy-marshall_2.11-1.4.34
scruffy-marshall_2.11-1.4.33
scruffy-marshall_2.11-1.4.32
scruffy-marshall_2.11-1.4.31
scruffy-marshall_2.11-1.4.29
scruffy-marshall_2.11-1.4.28
scruffy-marshall_2.11-1.4.27
scruffy-marshall_2.11-1.4.26
scruffy-marshall_2.11-1.4.25
scruffy-marshall_2.11-1.4.24
scruffy-marshall_2.11-1.4.23
scruffy-marshall_2.11-1.4.22
scruffy-marshall_2.11-1.4.20
scruffy-marshall_2.11-1.4.19
scruffy-marshall_2.11-1.4.18
scruffy-marshall_2.11-1.4.17
scruffy-marshall_2.11-1.4.16
scruffy-marshall_2.11-1.4.15
scruffy-marshall_2.11-1.4.14
scruffy-marshall_2.11-1.4.13
scruffy-marshall_2.11-1.4.12
scruffy-marshall_2.11-1.4.11
scruffy-marshall_2.11-1.4.10
scruffy-marshall_2.11-1.4.9
scruffy-marshall_2.11-1.4.8
scruffy-marshall_2.11-1.4.7
scruffy-marshall_2.11-1.4.6
scruffy-marshall_2.11-1.4.5
scruffy-marshall_2.11-1.4.2
scruffy-marshall_2.11-1.4.1
scruffy-marshall_2.11-1.4.0
1.3.x
scruffy-marshall_2.11-1.3.20
scruffy-marshall_2.11-1.3.19
scruffy-marshall_2.11-1.3.18
scruffy-marshall_2.11-1.3.17
scruffy-marshall_2.11-1.3.16
scruffy-marshall_2.11-1.3.14
scruffy-marshall_2.11-1.3.13
scruffy-marshall_2.11-1.3.12
scruffy-marshall_2.11-1.3.11
scruffy-marshall_2.11-1.3.10
scruffy-marshall_2.11-1.3.9
scruffy-marshall_2.11-1.3.8
scruffy-marshall_2.11-1.3.7
scruffy-marshall_2.11-1.3.6
scruffy-marshall_2.11-1.3.5
scruffy-marshall_2.11-1.3.4
scruffy-marshall_2.11-1.3.3
scruffy-marshall_2.11-1.3.2
scruffy-marshall_2.11-1.3.1
scruffy-marshall_2.11-1.3.0

How to add a dependency to Maven

Add the following com.sksamuel.scruffy : scruffy-marshall_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sksamuel.scruffy</groupId>
    <artifactId>scruffy-marshall_2.11</artifactId>
    <version>1.7.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sksamuel.scruffy : scruffy-marshall_2.11 gradle dependency to your build.gradle file:

implementation 'com.sksamuel.scruffy:scruffy-marshall_2.11:1.7.15'

Gradle Kotlin DSL: Add the following com.sksamuel.scruffy : scruffy-marshall_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sksamuel.scruffy:scruffy-marshall_2.11:1.7.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sksamuel.scruffy : scruffy-marshall_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sksamuel.scruffy" % "scruffy-marshall_2.11" % "1.7.15"