MVN

com.indix : bubblewrap_2.12

Maven & Gradle

Jul 03, 2020
3 stars

bubblewrap · bubblewrap

<dependency>
    <groupId>com.indix</groupId>
    <artifactId>bubblewrap_2.12</artifactId>
    <version>0.2.135</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.indix : bubblewrap_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.135

All Versions

Choose a version of com.indix : bubblewrap_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
bubblewrap_2.12-0.2.135
bubblewrap_2.12-0.2.128
bubblewrap_2.12-0.2.127
bubblewrap_2.12-0.2.125
bubblewrap_2.12-0.2.120
bubblewrap_2.12-0.2.113
bubblewrap_2.12-0.2.108
bubblewrap_2.12-0.2.105
bubblewrap_2.12-0.2.102
bubblewrap_2.12-0.2.95
bubblewrap_2.12-0.2.92
bubblewrap_2.12-0.2.89
bubblewrap_2.12-0.2.85
bubblewrap_2.12-0.2.80
bubblewrap_2.12-0.2.73
bubblewrap_2.12-0.2.70
bubblewrap_2.12-0.2.62
bubblewrap_2.12-0.2.52
bubblewrap_2.12-0.2.43
bubblewrap_2.12-0.2.40
bubblewrap_2.12-0.2.37
bubblewrap_2.12-0.2.36
bubblewrap_2.12-0.2.33
bubblewrap_2.12-0.2.31
bubblewrap_2.12-0.2.30
bubblewrap_2.12-0.2.29
bubblewrap_2.12-0.2.28

How to add a dependency to Maven

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

<dependency>
    <groupId>com.indix</groupId>
    <artifactId>bubblewrap_2.12</artifactId>
    <version>0.2.135</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.indix : bubblewrap_2.12 gradle dependency to your build.gradle file:

implementation 'com.indix:bubblewrap_2.12:0.2.135'

Gradle Kotlin DSL: Add the following com.indix : bubblewrap_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.indix:bubblewrap_2.12:0.2.135")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.indix : bubblewrap_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.indix" % "bubblewrap_2.12" % "0.2.135"

Advertisement