| License |
License |
|---|---|
| GroupId | GroupIdcom.lightbend.play |
| ArtifactId | ArtifactIdjnotify |
| Version | Version0.94-play-2 |
| Type | Typejar |
| Description |
Descriptionjnotify
jnotify
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jnotify-0.94-play-2.pom | |
| jnotify-0.94-play-2.jar | 645 KB |
| jnotify-0.94-play-2-sources.jar | 24 KB |
| jnotify-0.94-play-2-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lightbend.play/jnotify/ -->
<dependency>
<groupId>com.lightbend.play</groupId>
<artifactId>jnotify</artifactId>
<version>0.94-play-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.play/jnotify/
implementation 'com.lightbend.play:jnotify:0.94-play-2'
// https://jarcasting.com/artifacts/com.lightbend.play/jnotify/
implementation ("com.lightbend.play:jnotify:0.94-play-2")
'com.lightbend.play:jnotify:jar:0.94-play-2'
<dependency org="com.lightbend.play" name="jnotify" rev="0.94-play-2">
<artifact name="jnotify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.play', module='jnotify', version='0.94-play-2')
)
libraryDependencies += "com.lightbend.play" % "jnotify" % "0.94-play-2"
[com.lightbend.play/jnotify "0.94-play-2"]