| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.opennms.newts |
| Идентификатор | Идентификаторnewts-parent |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеNewts
High throughput, distributed time series datastore
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| newts-parent-2.0.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opennms.newts/newts-parent/ -->
<dependency>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opennms.newts/newts-parent/
implementation 'org.opennms.newts:newts-parent:2.0.0'
// https://jarcasting.com/artifacts/org.opennms.newts/newts-parent/
implementation ("org.opennms.newts:newts-parent:2.0.0")
'org.opennms.newts:newts-parent:pom:2.0.0'
<dependency org="org.opennms.newts" name="newts-parent" rev="2.0.0">
<artifact name="newts-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opennms.newts', module='newts-parent', version='2.0.0')
)
libraryDependencies += "org.opennms.newts" % "newts-parent" % "2.0.0"
[org.opennms.newts/newts-parent "2.0.0"]