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