Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdcom.gluonhq.plugin |
ArtifactId | ArtifactIdcom-gluonhq-plugin-netbeans |
Version | Version2.8.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.gluonhq.plugin/com-gluonhq-plugin-netbeans/ -->
<dependency>
<groupId>com.gluonhq.plugin</groupId>
<artifactId>com-gluonhq-plugin-netbeans</artifactId>
<version>2.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq.plugin/com-gluonhq-plugin-netbeans/
implementation 'com.gluonhq.plugin:com-gluonhq-plugin-netbeans:2.8.0'
// https://jarcasting.com/artifacts/com.gluonhq.plugin/com-gluonhq-plugin-netbeans/
implementation ("com.gluonhq.plugin:com-gluonhq-plugin-netbeans:2.8.0")
'com.gluonhq.plugin:com-gluonhq-plugin-netbeans:pom:2.8.0'
<dependency org="com.gluonhq.plugin" name="com-gluonhq-plugin-netbeans" rev="2.8.0">
<artifact name="com-gluonhq-plugin-netbeans" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq.plugin', module='com-gluonhq-plugin-netbeans', version='2.8.0')
)
libraryDependencies += "com.gluonhq.plugin" % "com-gluonhq-plugin-netbeans" % "2.8.0"
[com.gluonhq.plugin/com-gluonhq-plugin-netbeans "2.8.0"]