GroupId | GroupIdcom.github.attemper |
---|---|
ArtifactId | ArtifactIdalarm |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
alarm-0.1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.attemper/alarm/ -->
<dependency>
<groupId>com.github.attemper</groupId>
<artifactId>alarm</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.attemper/alarm/
implementation 'com.github.attemper:alarm:0.1.0'
// https://jarcasting.com/artifacts/com.github.attemper/alarm/
implementation ("com.github.attemper:alarm:0.1.0")
'com.github.attemper:alarm:pom:0.1.0'
<dependency org="com.github.attemper" name="alarm" rev="0.1.0">
<artifact name="alarm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.attemper', module='alarm', version='0.1.0')
)
libraryDependencies += "com.github.attemper" % "alarm" % "0.1.0"
[com.github.attemper/alarm "0.1.0"]