MVN

wiki.lbj : bowaer-tools

Maven & Gradle

Mar 18, 2022
0 stars

bowaer-tools · A collection of common Scala tools

<dependency>
    <groupId>wiki.lbj</groupId>
    <artifactId>bowaer-tools</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wiki.lbj : bowaer-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of wiki.lbj : bowaer-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
bowaer-tools-1.2.1
bowaer-tools-1.2.0
1.1.x
bowaer-tools-1.1.1
1.0.x
bowaer-tools-1.0.0

How to add a dependency to Maven

Add the following wiki.lbj : bowaer-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wiki.lbj</groupId>
    <artifactId>bowaer-tools</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wiki.lbj : bowaer-tools gradle dependency to your build.gradle file:

implementation 'wiki.lbj:bowaer-tools:1.2.1'

Gradle Kotlin DSL: Add the following wiki.lbj : bowaer-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("wiki.lbj:bowaer-tools:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following wiki.lbj : bowaer-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "wiki.lbj" % "bowaer-tools" % "1.2.1"

Advertisement