MVN

boo : boo

Maven & Gradle

Nov 06, 2006
<dependency>
    <groupId>boo</groupId>
    <artifactId>boo</artifactId>
    <version>0.7.6.2160</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of boo : boo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.6.2160

All Versions

Choose a version of boo : boo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
boo-0.7.6.2160
boo-0.7.6.2156
boo-0.7.6.2150
boo-0.7.6.2144
boo-0.7.6.2136
boo-0.7.6.2130
boo-0.7.6.2127
boo-0.7.6.2123
boo-0.7.6.2122
boo-0.7.6.2117
boo-0.7.6.2113
boo-0.7.6.2107
boo-0.7.6.2102
boo-0.7.6.2063
boo-0.7.0.1921
0.6.x
boo-0.6.0.1858
0.5.x
boo-0.5.6.1734.pkg
boo-0.5.6.1701
boo-0.5.6.1694
boo-0.5.5.1651
boo-0.5.4.1629
boo-0.5.3.1544
boo-0.5.2
boo-0.5.1
0.5
boo-0.5
0.4.x
boo-0.4.5
boo-0.4.4
boo-0.4.3
boo-0.4.2
boo-0.4.1
0.4
boo-0.4
0.3
boo-0.3
0.2
boo-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>boo</groupId>
    <artifactId>boo</artifactId>
    <version>0.7.6.2160</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following boo : boo gradle dependency to your build.gradle file:

implementation 'boo:boo:0.7.6.2160'

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

implementation("boo:boo:0.7.6.2160")

How to add a dependency to SBT Scala

SBT Scala: Add the following boo : boo sbt scala dependency to your build.sbt file:

libraryDependencies += "boo" % "boo" % "0.7.6.2160"