| GroupId | GroupIdcom.samebug.notifier |
|---|---|
| ArtifactId | ArtifactIdsamebug-notifier |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| samebug-notifier-1.0.0.pom | |
| samebug-notifier-1.0.0.jar | 35 KB |
| samebug-notifier-1.0.0-sources.jar | 26 KB |
| samebug-notifier-1.0.0-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.samebug.notifier/samebug-notifier/ -->
<dependency>
<groupId>com.samebug.notifier</groupId>
<artifactId>samebug-notifier</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.samebug.notifier/samebug-notifier/
implementation 'com.samebug.notifier:samebug-notifier:1.0.0'
// https://jarcasting.com/artifacts/com.samebug.notifier/samebug-notifier/
implementation ("com.samebug.notifier:samebug-notifier:1.0.0")
'com.samebug.notifier:samebug-notifier:jar:1.0.0'
<dependency org="com.samebug.notifier" name="samebug-notifier" rev="1.0.0">
<artifact name="samebug-notifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samebug.notifier', module='samebug-notifier', version='1.0.0')
)
libraryDependencies += "com.samebug.notifier" % "samebug-notifier" % "1.0.0"
[com.samebug.notifier/samebug-notifier "1.0.0"]