lenses-alerting

lenses alerting plugin

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

io.lenses
Идентификатор

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

lenses-alerts-java
Последняя версия

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

5.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

lenses-alerting
lenses alerting plugin
Ссылка на сайт

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

https://github.com/Landoop/lenses-alerts-plugin
Система контроля версий

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

http://github.com/landoop/lenses-alerts-plugin

Скачать lenses-alerts-java

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.12.8

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

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

Build Status

lenses-alerts-plugin

Defines interface for pluggable lenses alert services integration, along with some officially supported implementations.

Modules

All modules are published to Maven central. In addition, standalone JARs of each of plugin integration are available to download from Github releases, ready to drop straight into a Lenses installation.

Build

This project uses sbt. To compile and run the tests execute

sbt test

Release

Initial setup:

  • create $HOME/.sbt/1.0/sonatype.sbt with Sonatype account information:
credentials += Credentials("Sonatype Nexus Repository Manager",
                           "oss.sonatype.org",
                           "YOUR_SONATYPE_USERNAME",
                           "YOUR_SONATYPE_PASSWORD")
  • create $HOME/.github, with an OAuth token created as per these instructions:
oauth = YOUR_OAUTH_TOKEN

Create and publish the release:

  • tag the release:
git tag vX.Y.Z
git push origin vX.Y.Z
  • publish libraries to nexus
sbt publishSigned sonatypeRelease
  • publish standalone jars to github
sbt assembly githubRelease
io.lenses

Lenses.io

Please visit https://github.com/lensesio for Lenses.io's repositories

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

Версия
5.0.0
4.0.2
4.0.1
4.0.0
3.0.0
2.0.1
2.0.0
1.0.0