| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mheath |
| Идентификатор | Идентификаторnats-parent |
| Последняя версия | Последняя версия0.5.Beta4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJava NATS
Java support for NATS.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| nats-parent-0.5.Beta4.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mheath/nats-parent/ -->
<dependency>
<groupId>com.github.mheath</groupId>
<artifactId>nats-parent</artifactId>
<version>0.5.Beta4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mheath/nats-parent/
implementation 'com.github.mheath:nats-parent:0.5.Beta4'
// https://jarcasting.com/artifacts/com.github.mheath/nats-parent/
implementation ("com.github.mheath:nats-parent:0.5.Beta4")
'com.github.mheath:nats-parent:pom:0.5.Beta4'
<dependency org="com.github.mheath" name="nats-parent" rev="0.5.Beta4">
<artifact name="nats-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mheath', module='nats-parent', version='0.5.Beta4')
)
libraryDependencies += "com.github.mheath" % "nats-parent" % "0.5.Beta4"
[com.github.mheath/nats-parent "0.5.Beta4"]