| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.samebug.notifier |
| ArtifactId | ArtifactIdsamebug-notifier-core |
| Version | Version3.0.0 |
| Type | Typejar |
| Description |
DescriptionSamebug Notifier Core
The Samebug Notifier Core contains the interfaces and some general implementations for the samebug
notifier on jvm languages.
|
| Filename | Size |
|---|---|
| samebug-notifier-core-3.0.0.pom | |
| samebug-notifier-core-3.0.0.jar | 47 KB |
| samebug-notifier-core-3.0.0-sources.jar | 32 KB |
| samebug-notifier-core-3.0.0-javadoc.jar | 311 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.samebug.notifier/samebug-notifier-core/ -->
<dependency>
<groupId>com.samebug.notifier</groupId>
<artifactId>samebug-notifier-core</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.samebug.notifier/samebug-notifier-core/
implementation 'com.samebug.notifier:samebug-notifier-core:3.0.0'
// https://jarcasting.com/artifacts/com.samebug.notifier/samebug-notifier-core/
implementation ("com.samebug.notifier:samebug-notifier-core:3.0.0")
'com.samebug.notifier:samebug-notifier-core:jar:3.0.0'
<dependency org="com.samebug.notifier" name="samebug-notifier-core" rev="3.0.0">
<artifact name="samebug-notifier-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samebug.notifier', module='samebug-notifier-core', version='3.0.0')
)
libraryDependencies += "com.samebug.notifier" % "samebug-notifier-core" % "3.0.0"
[com.samebug.notifier/samebug-notifier-core "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| junit : junit | jar | 4.11 |
| org.eclipse.jetty : jetty-server | jar | 9.1.1.v20140108 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
| log4j : log4j | jar | 1.2.17 |
| org.mockito : mockito-all | jar | 1.9.5 |