не последняя версия
Последняя версия 1.0-rc3

in.ashwanthkumar:notify 1.0-rc2

Notification wrappers across services for applications in JVM

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

in.ashwanthkumar
Идентификатор

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

notify
Версия

Версия

1.0-rc2
Тип

Тип

pom

Скачать notify 1.0-rc2

Имя Файла Размер
notify-1.0-rc2.pom 6 KB
Обзор

<!-- https://jarcasting.com/artifacts/in.ashwanthkumar/notify/ -->
<dependency>
    <groupId>in.ashwanthkumar</groupId>
    <artifactId>notify</artifactId>
    <version>1.0-rc2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.ashwanthkumar/notify/
implementation 'in.ashwanthkumar:notify:1.0-rc2'
// https://jarcasting.com/artifacts/in.ashwanthkumar/notify/
implementation ("in.ashwanthkumar:notify:1.0-rc2")
'in.ashwanthkumar:notify:pom:1.0-rc2'
<dependency org="in.ashwanthkumar" name="notify" rev="1.0-rc2">
  <artifact name="notify" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.ashwanthkumar', module='notify', version='1.0-rc2')
)
libraryDependencies += "in.ashwanthkumar" % "notify" % "1.0-rc2"
[in.ashwanthkumar/notify "1.0-rc2"]