MVN

ai.bareun.tagger : bareun

Maven & Gradle

Apr 04, 2023
7 stars

bareun · Java client for bareun

<dependency>
    <groupId>ai.bareun.tagger</groupId>
    <artifactId>bareun</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.bareun.tagger : bareun to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of ai.bareun.tagger : bareun to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
bareun-1.4.3
bareun-1.4.2
bareun-1.4.1
bareun-1.4.0
1.3.x
bareun-1.3.9.3
bareun-1.3.9.1
bareun-1.3.9
bareun-1.3.4
bareun-1.3.2
bareun-1.3.1
bareun-1.3.0
1.2.x
bareun-1.2.0
1.1.x
bareun-1.1.40
bareun-1.1.39
bareun-1.1.35
bareun-1.1.34
bareun-1.1.33
bareun-1.1.32
bareun-1.1.31
bareun-1.1.30
bareun-1.1.10
bareun-1.1.7
bareun-1.1.6
bareun-1.1.5
bareun-1.1.4
bareun-1.1.3
bareun-1.1.2
bareun-1.1.1
bareun-1.1.0
1.0.x
bareun-1.0.0

How to add a dependency to Maven

Add the following ai.bareun.tagger : bareun maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.bareun.tagger</groupId>
    <artifactId>bareun</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.bareun.tagger : bareun gradle dependency to your build.gradle file:

implementation 'ai.bareun.tagger:bareun:1.4.3'

Gradle Kotlin DSL: Add the following ai.bareun.tagger : bareun gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.bareun.tagger:bareun:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.bareun.tagger : bareun sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.bareun.tagger" % "bareun" % "1.4.3"