Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdfr.jcgay.send-notification |
ArtifactId | ArtifactIdsend-notification-cli |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.jcgay.send-notification/send-notification-cli/ -->
<dependency>
<groupId>fr.jcgay.send-notification</groupId>
<artifactId>send-notification-cli</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jcgay.send-notification/send-notification-cli/
implementation 'fr.jcgay.send-notification:send-notification-cli:0.2'
// https://jarcasting.com/artifacts/fr.jcgay.send-notification/send-notification-cli/
implementation ("fr.jcgay.send-notification:send-notification-cli:0.2")
'fr.jcgay.send-notification:send-notification-cli:jar:0.2'
<dependency org="fr.jcgay.send-notification" name="send-notification-cli" rev="0.2">
<artifact name="send-notification-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jcgay.send-notification', module='send-notification-cli', version='0.2')
)
libraryDependencies += "fr.jcgay.send-notification" % "send-notification-cli" % "0.2"
[fr.jcgay.send-notification/send-notification-cli "0.2"]