b

bundle

fast data packet representation
Apache License, Version 2.0
Files download
File Operation
bundle-2.11.4.jar download
bundle-2.11.4.pom download
bundle-2.11.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>bundle</artifactId>
  <version>2.11.4</version>
</dependency>
Gradle Groovy
implementation 'com.addthis:bundle:2.11.4'
Gradle Kotlin
implementation("com.addthis:bundle:2.11.4")
Scala SBT
libraryDependencies += "com.addthis" % "bundle" % "2.11.4"
Groovy Grape
@Grapes(
  @Grab(group='com.addthis', module='bundle', version='2.11.4')
)
Apache Ivy
<dependency org="com.addthis" name="bundle" rev="2.11.4" />
Leiningen
[com.addthis/bundle "2.11.4"]
Apache Buildr
'com.addthis:bundle:jar:2.11.4'