| Categories |
CategoriesNetBeans Development Tools IDE Net |
|---|---|
| GroupId | GroupIdorg.netbeans.cluster |
| ArtifactId | ArtifactIdenterprise |
| Version | VersionRELEASE111 |
| Type | Typepom |
| Filename | Size |
|---|---|
| enterprise-RELEASE111.pom | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/enterprise/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>enterprise</artifactId>
<version>RELEASE111</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/enterprise/
implementation 'org.netbeans.cluster:enterprise:RELEASE111'
// https://jarcasting.com/artifacts/org.netbeans.cluster/enterprise/
implementation ("org.netbeans.cluster:enterprise:RELEASE111")
'org.netbeans.cluster:enterprise:pom:RELEASE111'
<dependency org="org.netbeans.cluster" name="enterprise" rev="RELEASE111">
<artifact name="enterprise" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='enterprise', version='RELEASE111')
)
libraryDependencies += "org.netbeans.cluster" % "enterprise" % "RELEASE111"
[org.netbeans.cluster/enterprise "RELEASE111"]