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