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