Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.kmbulebu.nicknack |
ArtifactId | ArtifactIdpushover-provider |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
pushover-provider-0.0.6.pom | |
pushover-provider-0.0.6.jar | 4 MB |
pushover-provider-0.0.6-sources.jar | 13 KB |
pushover-provider-0.0.6-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/pushover-provider/ -->
<dependency>
<groupId>com.github.kmbulebu.nicknack</groupId>
<artifactId>pushover-provider</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/pushover-provider/
implementation 'com.github.kmbulebu.nicknack:pushover-provider:0.0.6'
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/pushover-provider/
implementation ("com.github.kmbulebu.nicknack:pushover-provider:0.0.6")
'com.github.kmbulebu.nicknack:pushover-provider:jar:0.0.6'
<dependency org="com.github.kmbulebu.nicknack" name="pushover-provider" rev="0.0.6">
<artifact name="pushover-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmbulebu.nicknack', module='pushover-provider', version='0.0.6')
)
libraryDependencies += "com.github.kmbulebu.nicknack" % "pushover-provider" % "0.0.6"
[com.github.kmbulebu.nicknack/pushover-provider "0.0.6"]