GroupId | GroupIdfr.jcgay.send-notification |
---|---|
ArtifactId | ArtifactIdsend-notification |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
send-notification-0.5.pom | |
send-notification-0.5.jar | 78 KB |
send-notification-0.5-sources.jar | 41 KB |
send-notification-0.5-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jcgay.send-notification/send-notification/ -->
<dependency>
<groupId>fr.jcgay.send-notification</groupId>
<artifactId>send-notification</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jcgay.send-notification/send-notification/
implementation 'fr.jcgay.send-notification:send-notification:0.5'
// https://jarcasting.com/artifacts/fr.jcgay.send-notification/send-notification/
implementation ("fr.jcgay.send-notification:send-notification:0.5")
'fr.jcgay.send-notification:send-notification:jar:0.5'
<dependency org="fr.jcgay.send-notification" name="send-notification" rev="0.5">
<artifact name="send-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jcgay.send-notification', module='send-notification', version='0.5')
)
libraryDependencies += "fr.jcgay.send-notification" % "send-notification" % "0.5"
[fr.jcgay.send-notification/send-notification "0.5"]