| GroupId | GroupIdcom.github.attemper |
|---|---|
| ArtifactId | ArtifactIdalarm-core |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| alarm-core-0.1.0.pom | |
| alarm-core-0.1.0.jar | 32 KB |
| alarm-core-0.1.0-sources.jar | 21 KB |
| alarm-core-0.1.0-javadoc.jar | 325 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.attemper/alarm-core/ -->
<dependency>
<groupId>com.github.attemper</groupId>
<artifactId>alarm-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attemper/alarm-core/
implementation 'com.github.attemper:alarm-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.attemper/alarm-core/
implementation ("com.github.attemper:alarm-core:0.1.0")
'com.github.attemper:alarm-core:jar:0.1.0'
<dependency org="com.github.attemper" name="alarm-core" rev="0.1.0">
<artifact name="alarm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attemper', module='alarm-core', version='0.1.0')
)
libraryDependencies += "com.github.attemper" % "alarm-core" % "0.1.0"
[com.github.attemper/alarm-core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.mail : jakarta.mail | jar | 1.6.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.5 |
| commons-logging : commons-logging | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |