is not current version
Last Version 1.2.0

com.github.tomtzook:notifier 1.0.0

A generic event dispatching library

GroupId

GroupId

com.github.tomtzook
ArtifactId

ArtifactId

notifier
Version

Version

1.0.0
Type

Type

jar

Download notifier 1.0.0


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