is not current version
Last Version 1.0.1

jp.tomorrowkey.gradle.notifier:notifier-plugin 1.0.0

Ring sound when last task is finished

Categories

Categories

Gradle Build Tools KeY Data Data Formats Formal Verification
GroupId

GroupId

jp.tomorrowkey.gradle.notifier
ArtifactId

ArtifactId

notifier-plugin
Version

Version

1.0.0
Type

Type

jar

Download notifier-plugin 1.0.0


<!-- https://jarcasting.com/artifacts/jp.tomorrowkey.gradle.notifier/notifier-plugin/ -->
<dependency>
    <groupId>jp.tomorrowkey.gradle.notifier</groupId>
    <artifactId>notifier-plugin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.tomorrowkey.gradle.notifier/notifier-plugin/
implementation 'jp.tomorrowkey.gradle.notifier:notifier-plugin:1.0.0'
// https://jarcasting.com/artifacts/jp.tomorrowkey.gradle.notifier/notifier-plugin/
implementation ("jp.tomorrowkey.gradle.notifier:notifier-plugin:1.0.0")
'jp.tomorrowkey.gradle.notifier:notifier-plugin:jar:1.0.0'
<dependency org="jp.tomorrowkey.gradle.notifier" name="notifier-plugin" rev="1.0.0">
  <artifact name="notifier-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.tomorrowkey.gradle.notifier', module='notifier-plugin', version='1.0.0')
)
libraryDependencies += "jp.tomorrowkey.gradle.notifier" % "notifier-plugin" % "1.0.0"
[jp.tomorrowkey.gradle.notifier/notifier-plugin "1.0.0"]