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

org.netbeans.cluster:webcommon RELEASE120-u1


Категории

Категории

NetBeans Инструменты разработки IDE Сеть
Группа

Группа

org.netbeans.cluster
Идентификатор

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

webcommon
Версия

Версия

RELEASE120-u1
Тип

Тип

pom

Скачать webcommon RELEASE120-u1

Имя Файла Размер
webcommon-RELEASE120-u1.pom 12 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/webcommon/ -->
<dependency>
    <groupId>org.netbeans.cluster</groupId>
    <artifactId>webcommon</artifactId>
    <version>RELEASE120-u1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/webcommon/
implementation 'org.netbeans.cluster:webcommon:RELEASE120-u1'
// https://jarcasting.com/artifacts/org.netbeans.cluster/webcommon/
implementation ("org.netbeans.cluster:webcommon:RELEASE120-u1")
'org.netbeans.cluster:webcommon:pom:RELEASE120-u1'
<dependency org="org.netbeans.cluster" name="webcommon" rev="RELEASE120-u1">
  <artifact name="webcommon" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='webcommon', version='RELEASE120-u1')
)
libraryDependencies += "org.netbeans.cluster" % "webcommon" % "RELEASE120-u1"
[org.netbeans.cluster/webcommon "RELEASE120-u1"]