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