License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdfr.jcgay |
ArtifactId | ArtifactIdgradle-notifier |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-notifier
A plugin to have desktop notification when a build ends
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-notifier-3.0.0.pom | |
gradle-notifier-3.0.0.jar | 62 KB |
gradle-notifier-3.0.0-sources.jar | 19 KB |
gradle-notifier-3.0.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jcgay/gradle-notifier/ -->
<dependency>
<groupId>fr.jcgay</groupId>
<artifactId>gradle-notifier</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jcgay/gradle-notifier/
implementation 'fr.jcgay:gradle-notifier:3.0.0'
// https://jarcasting.com/artifacts/fr.jcgay/gradle-notifier/
implementation ("fr.jcgay:gradle-notifier:3.0.0")
'fr.jcgay:gradle-notifier:jar:3.0.0'
<dependency org="fr.jcgay" name="gradle-notifier" rev="3.0.0">
<artifact name="gradle-notifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jcgay', module='gradle-notifier', version='3.0.0')
)
libraryDependencies += "fr.jcgay" % "gradle-notifier" % "3.0.0"
[fr.jcgay/gradle-notifier "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
fr.jcgay.send-notification : send-notification | jar | 0.15.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.11.1 |
org.spockframework : spock-core | jar | 1.2-groovy-2.4 |
com.netflix.nebula : nebula-test | jar | 7.1.0 |
com.github.stefanbirkner : system-rules | jar | 1.18.0 |
cglib : cglib-nodep | jar | 3.2.8 |