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