MVN

com.ing.baker : compiler_2.11

Maven & Gradle

Feb 20, 2018
317 stars

recipeCompiler · recipeCompiler

<dependency>
    <groupId>com.ing.baker</groupId>
    <artifactId>compiler_2.11</artifactId>
    <version>1.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ing.baker : compiler_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.18

All Versions

Choose a version of com.ing.baker : compiler_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
compiler_2.11-1.1.18
compiler_2.11-1.1.17
compiler_2.11-1.1.16
compiler_2.11-1.1.15
compiler_2.11-1.1.14
compiler_2.11-1.1.13
compiler_2.11-1.1.12
compiler_2.11-1.1.11
compiler_2.11-1.1.10
compiler_2.11-1.1.9
compiler_2.11-1.1.8
compiler_2.11-1.1.7
compiler_2.11-1.1.6
compiler_2.11-1.1.5
compiler_2.11-1.1.4
compiler_2.11-1.1.3
compiler_2.11-1.1.2
compiler_2.11-1.1.1
compiler_2.11-1.1.0
1.0.x
compiler_2.11-1.0.8
compiler_2.11-1.0.7
compiler_2.11-1.0.6
compiler_2.11-1.0.5
compiler_2.11-1.0.4
compiler_2.11-1.0.3
compiler_2.11-1.0.2
compiler_2.11-1.0.1
compiler_2.11-1.0.0

How to add a dependency to Maven

Add the following com.ing.baker : compiler_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ing.baker</groupId>
    <artifactId>compiler_2.11</artifactId>
    <version>1.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ing.baker : compiler_2.11 gradle dependency to your build.gradle file:

implementation 'com.ing.baker:compiler_2.11:1.1.18'

Gradle Kotlin DSL: Add the following com.ing.baker : compiler_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ing.baker:compiler_2.11:1.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ing.baker : compiler_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ing.baker" % "compiler_2.11" % "1.1.18"

Advertisement