| Категории |
КатегорииСеть Other Универсальные библиотеки |
|---|---|
| Группа | Группаnet.anotheria |
| Идентификатор | Идентификаторdistributeme-registrywatcher |
| Версия | Версия2.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.anotheria/distributeme-registrywatcher/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>distributeme-registrywatcher</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/distributeme-registrywatcher/
implementation 'net.anotheria:distributeme-registrywatcher:2.0.0'
// https://jarcasting.com/artifacts/net.anotheria/distributeme-registrywatcher/
implementation ("net.anotheria:distributeme-registrywatcher:2.0.0")
'net.anotheria:distributeme-registrywatcher:jar:2.0.0'
<dependency org="net.anotheria" name="distributeme-registrywatcher" rev="2.0.0">
<artifact name="distributeme-registrywatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='distributeme-registrywatcher', version='2.0.0')
)
libraryDependencies += "net.anotheria" % "distributeme-registrywatcher" % "2.0.0"
[net.anotheria/distributeme-registrywatcher "2.0.0"]