MVN

net.sandrogrzicic : scalabuff-compiler_2.9.3

Maven & Gradle

Apr 30, 2014
219 stars

scalabuff-compiler · scalabuff-compiler

<dependency>
    <groupId>net.sandrogrzicic</groupId>
    <artifactId>scalabuff-compiler_2.9.3</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sandrogrzicic : scalabuff-compiler_2.9.3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of net.sandrogrzicic : scalabuff-compiler_2.9.3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
scalabuff-compiler_2.9.3-1.3.8
scalabuff-compiler_2.9.3-1.3.7
scalabuff-compiler_2.9.3-1.3.6
scalabuff-compiler_2.9.3-1.3.5
scalabuff-compiler_2.9.3-1.3.4
scalabuff-compiler_2.9.3-1.3.3
scalabuff-compiler_2.9.3-1.3.2
scalabuff-compiler_2.9.3-1.3.1
scalabuff-compiler_2.9.3-1.3.0
1.2.x
scalabuff-compiler_2.9.3-1.2.2
scalabuff-compiler_2.9.3-1.2.0
1.1.x
scalabuff-compiler_2.9.3-1.1.2
scalabuff-compiler_2.9.3-1.1.1

How to add a dependency to Maven

Add the following net.sandrogrzicic : scalabuff-compiler_2.9.3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sandrogrzicic</groupId>
    <artifactId>scalabuff-compiler_2.9.3</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sandrogrzicic : scalabuff-compiler_2.9.3 gradle dependency to your build.gradle file:

implementation 'net.sandrogrzicic:scalabuff-compiler_2.9.3:1.3.8'

Gradle Kotlin DSL: Add the following net.sandrogrzicic : scalabuff-compiler_2.9.3 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sandrogrzicic:scalabuff-compiler_2.9.3:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sandrogrzicic : scalabuff-compiler_2.9.3 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sandrogrzicic" % "scalabuff-compiler_2.9.3" % "1.3.8"

Advertisement