b

bundle

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