| Категории |
КатегорииNetBeans Инструменты разработки IDE Сеть ORM Данные |
|---|---|
| Группа | Группаorg.netbeans.cluster |
| Идентификатор | Идентификаторplatform |
| Версия | ВерсияRELEASE111 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| platform-RELEASE111.pom | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/platform/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>platform</artifactId>
<version>RELEASE111</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/platform/
implementation 'org.netbeans.cluster:platform:RELEASE111'
// https://jarcasting.com/artifacts/org.netbeans.cluster/platform/
implementation ("org.netbeans.cluster:platform:RELEASE111")
'org.netbeans.cluster:platform:pom:RELEASE111'
<dependency org="org.netbeans.cluster" name="platform" rev="RELEASE111">
<artifact name="platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='platform', version='RELEASE111')
)
libraryDependencies += "org.netbeans.cluster" % "platform" % "RELEASE111"
[org.netbeans.cluster/platform "RELEASE111"]