b

baker-compiler_2.12

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