jnotify


Лицензия

Лицензия

Группа

Группа

com.lightbend.play
Идентификатор

Идентификатор

jnotify
Последняя версия

Последняя версия

0.94-play-2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jnotify
jnotify
Ссылка на сайт

Ссылка на сайт

https://github.com/playframework/jnotify
Организация-разработчик

Организация-разработчик

com.lightbend.play
Система контроля версий

Система контроля версий

https://github.com/playframework/jnotify

Скачать jnotify

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.94-play-2