MVN

be.bagofwords : bow-utils

Maven & Gradle

Dec 18, 2016
1 usages
0 stars

Utility classes that are used in the count-db project and other bow-* projects

<dependency>
    <groupId>be.bagofwords</groupId>
    <artifactId>bow-utils</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.bagofwords : bow-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of be.bagofwords : bow-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
bow-utils-1.2.0
1.1.x
bow-utils-1.1.15
bow-utils-1.1.14
bow-utils-1.1.13
bow-utils-1.1.12
bow-utils-1.1.11
bow-utils-1.1.10
bow-utils-1.1.9
bow-utils-1.1.8
bow-utils-1.1.7
bow-utils-1.1.6
bow-utils-1.1.5
bow-utils-1.1.4
bow-utils-1.1.3
bow-utils-1.1.2
bow-utils-1.1.0
1.0.x
bow-utils-1.0.2
bow-utils-1.0.1
1.0
bow-utils-1.0

How to add a dependency to Maven

Add the following be.bagofwords : bow-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.bagofwords</groupId>
    <artifactId>bow-utils</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.bagofwords : bow-utils gradle dependency to your build.gradle file:

implementation 'be.bagofwords:bow-utils:1.2.0'

Gradle Kotlin DSL: Add the following be.bagofwords : bow-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("be.bagofwords:bow-utils:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.bagofwords : bow-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "be.bagofwords" % "bow-utils" % "1.2.0"

Advertisement