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