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