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