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