<dependency> <groupId>com.addthis</groupId> <artifactId>bundle</artifactId> <version>2.11.4</version> </dependency>
implementation 'com.addthis:bundle:2.11.4'
implementation("com.addthis:bundle:2.11.4")
libraryDependencies += "com.addthis" % "bundle" % "2.11.4"
@Grapes( @Grab(group='com.addthis', module='bundle', version='2.11.4') )
<dependency org="com.addthis" name="bundle" rev="2.11.4" />
[com.addthis/bundle "2.11.4"]
'com.addthis:bundle:jar:2.11.4'
<parent> <groupId>com.addthis.common.build.maven.pom</groupId> <artifactId>jar-pom</artifactId> <version>3.9.1</version> </parent>
compile
|-- com.addthis:maljson:0.2.0
|-- com.addthis.basis:basis-core:4.3.1
|-- com.addthis:codec:3.8.2
|-- com.google.guava:guava
test
|-- org.slf4j:slf4j-simple