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