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