| Группа | Группаcom.addthis |
|---|---|
| Идентификатор | Идентификаторbundle |
| Версия | Версия2.4.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bundle-2.4.2.pom | |
| bundle-2.4.2.jar | 107 KB |
| bundle-2.4.2-sources.jar | 76 KB |
| bundle-2.4.2-javadoc.jar | 460 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.addthis/bundle/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>bundle</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/bundle/
implementation 'com.addthis:bundle:2.4.2'
// https://jarcasting.com/artifacts/com.addthis/bundle/
implementation ("com.addthis:bundle:2.4.2")
'com.addthis:bundle:jar:2.4.2'
<dependency org="com.addthis" name="bundle" rev="2.4.2">
<artifact name="bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='bundle', version='2.4.2')
)
libraryDependencies += "com.addthis" % "bundle" % "2.4.2"
[com.addthis/bundle "2.4.2"]