b

baker-compiler_2.11

recipeCompiler
https://github.com/ing-bank/baker
MIT
com.ing.baker
Squad Apollo
Files download
File Operation
baker-compiler_2.11-2.0.3.jar download
baker-compiler_2.11-2.0.3.pom download
baker-compiler_2.11-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ing.baker</groupId>
  <artifactId>baker-compiler_2.11</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.ing.baker:baker-compiler_2.11:2.0.3'
Gradle Kotlin
implementation("com.ing.baker:baker-compiler_2.11:2.0.3")
Scala SBT
libraryDependencies += "com.ing.baker" % "baker-compiler_2.11" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.ing.baker', module='baker-compiler_2.11', version='2.0.3')
)
Apache Ivy
<dependency org="com.ing.baker" name="baker-compiler_2.11" rev="2.0.3" />
Leiningen
[com.ing.baker/baker-compiler_2.11 "2.0.3"]
Apache Buildr
'com.ing.baker:baker-compiler_2.11:jar:2.0.3'