MVN

com.addthis : bundle

Maven & Gradle

Jul 17, 2018
1 stars

bundle · fast data packet representation

<dependency>
    <groupId>com.addthis</groupId>
    <artifactId>bundle</artifactId>
    <version>2.11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addthis : bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.4

All Versions

Choose a version of com.addthis : bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
bundle-2.11.4
bundle-2.11.0
2.10.x
bundle-2.10.2
bundle-2.10.1
bundle-2.10.0
2.9.x
bundle-2.9.0
2.8.x
bundle-2.8.0
2.7.x
bundle-2.7.5
bundle-2.7.4
bundle-2.7.3
bundle-2.7.2
bundle-2.7.1
bundle-2.7.0
2.6.x
bundle-2.6.0
2.5.x
bundle-2.5.0
2.4.x
bundle-2.4.2
bundle-2.4.1
bundle-2.4.0
2.3.x
bundle-2.3.1
2.2.x
bundle-2.2.13
bundle-2.2.12
bundle-2.2.11
bundle-2.2.9
bundle-2.2.7
bundle-2.2.6
bundle-2.2.5
bundle-2.2.4
bundle-2.2.3
bundle-2.2.2
bundle-2.2.1
bundle-2.2.0
2.1.x
bundle-2.1.0
2.0.x
bundle-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.addthis</groupId>
    <artifactId>bundle</artifactId>
    <version>2.11.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.addthis : bundle gradle dependency to your build.gradle file:

implementation 'com.addthis:bundle:2.11.4'

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

implementation("com.addthis:bundle:2.11.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.addthis : bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.addthis" % "bundle" % "2.11.4"

Advertisement