| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииNetBeans Инструменты разработки IDE Сеть |
| Группа | Группаorg.netbeans.cluster |
| Идентификатор | Идентификаторwebcommon |
| Версия | ВерсияRELEASE140 |
| Тип | Типpom |
| Описание |
ОписаниеApache NetBeans is an integrated development environment, tooling platform, and application framework.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| webcommon-RELEASE140.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/webcommon/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>webcommon</artifactId>
<version>RELEASE140</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/webcommon/
implementation 'org.netbeans.cluster:webcommon:RELEASE140'
// https://jarcasting.com/artifacts/org.netbeans.cluster/webcommon/
implementation ("org.netbeans.cluster:webcommon:RELEASE140")
'org.netbeans.cluster:webcommon:pom:RELEASE140'
<dependency org="org.netbeans.cluster" name="webcommon" rev="RELEASE140">
<artifact name="webcommon" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='webcommon', version='RELEASE140')
)
libraryDependencies += "org.netbeans.cluster" % "webcommon" % "RELEASE140"
[org.netbeans.cluster/webcommon "RELEASE140"]