jnotify


License

License

GroupId

GroupId

com.lightbend.play
ArtifactId

ArtifactId

jnotify
Last Version

Last Version

0.94-play-2
Release Date

Release Date

Type

Type

jar
Description

Description

jnotify
jnotify
Project URL

Project URL

https://github.com/playframework/jnotify
Project Organization

Project Organization

com.lightbend.play
Source Code Management

Source Code Management

https://github.com/playframework/jnotify

Download jnotify

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Play jnotify binary

This is a repackaging of jnotify.

The reason this exists is that Play used to use a jnotify binary that was published to one of the old Typesafe repositories. I don't know where this binary came from, I assume it was created years ago for Play 1, but it was different to the jar file that came with jnotify itself, as it had the native libraries packaged inside it.

When the Typesafe repositories were closed and we migrated to bintray, I went to find where this library had come from, and I couldn't. So, rather than rely on a binary with no history, I created this project that rebuilds the jar we depend on from the offical jnotify distribution downloaded from sourceforge.

Originally, this was published to bintray. Later, when we implemented maven support in Lagom, we needed it published to maven central. At this point we changed the group id of the project to com.lightbend.play, because we don't have permission to deploy to the original group id of net.contentobjects.jnotify on maven central.

com.lightbend.play

Play Framework

Versions

Version
0.94-play-2