MVN

com.github.fluidsonic : baku

Maven & Gradle

Jun 19, 2019
2 stars

baku · helps you focus your REST API back-end on the business logic

<dependency>
    <groupId>com.github.fluidsonic</groupId>
    <artifactId>baku</artifactId>
    <version>0.9.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fluidsonic : baku to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.27

All Versions

Choose a version of com.github.fluidsonic : baku to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
baku-0.9.27
baku-0.9.24
baku-0.9.23
baku-0.9.22
baku-0.9.21
baku-0.9.20
baku-0.9.19
baku-0.9.18
baku-0.9.17
baku-0.9.16

How to add a dependency to Maven

Add the following com.github.fluidsonic : baku maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fluidsonic</groupId>
    <artifactId>baku</artifactId>
    <version>0.9.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fluidsonic : baku gradle dependency to your build.gradle file:

implementation 'com.github.fluidsonic:baku:0.9.27'

Gradle Kotlin DSL: Add the following com.github.fluidsonic : baku gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fluidsonic:baku:0.9.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fluidsonic : baku sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fluidsonic" % "baku" % "0.9.27"

Advertisement