GroupId | GroupIdcom.addthis |
---|---|
ArtifactId | ArtifactIdbundle |
Version | Version2.10.0 |
Type | Typejar |
Filename | Size |
---|---|
bundle-2.10.0.pom | |
bundle-2.10.0.jar | 119 KB |
bundle-2.10.0-sources.jar | 86 KB |
bundle-2.10.0-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addthis/bundle/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>bundle</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/bundle/
implementation 'com.addthis:bundle:2.10.0'
// https://jarcasting.com/artifacts/com.addthis/bundle/
implementation ("com.addthis:bundle:2.10.0")
'com.addthis:bundle:jar:2.10.0'
<dependency org="com.addthis" name="bundle" rev="2.10.0">
<artifact name="bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='bundle', version='2.10.0')
)
libraryDependencies += "com.addthis" % "bundle" % "2.10.0"
[com.addthis/bundle "2.10.0"]