License |
License |
---|---|
GroupId | GroupIdcom.github.tomtzook |
ArtifactId | ArtifactIdnotifier |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionNotifier
A generic event dispatching library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
notifier-1.2.0.pom | |
notifier-1.2.0.jar | 15 KB |
notifier-1.2.0-sources.jar | 7 KB |
notifier-1.2.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomtzook/notifier/ -->
<dependency>
<groupId>com.github.tomtzook</groupId>
<artifactId>notifier</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtzook/notifier/
implementation 'com.github.tomtzook:notifier:1.2.0'
// https://jarcasting.com/artifacts/com.github.tomtzook/notifier/
implementation ("com.github.tomtzook:notifier:1.2.0")
'com.github.tomtzook:notifier:jar:1.2.0'
<dependency org="com.github.tomtzook" name="notifier" rev="1.2.0">
<artifact name="notifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtzook', module='notifier', version='1.2.0')
)
libraryDependencies += "com.github.tomtzook" % "notifier" % "1.2.0"
[com.github.tomtzook/notifier "1.2.0"]