License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net |
GroupId | GroupIdcom.gluonhq.plugin |
ArtifactId | ArtifactIdcom-gluonhq-plugin-netbeans |
Version | Version2.8.3 |
Type | Typepom |
Description |
DescriptionGluon Plugin for NetBeans
Gluon Plugin allows developers to create Java applications and their native images targeting Android, iOS, Linux, MacOS and Windows platforms using the same codebase.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.gluonhq.plugin/com-gluonhq-plugin-netbeans/
implementation ("com.gluonhq.plugin:com-gluonhq-plugin-netbeans:2.8.3")
'com.gluonhq.plugin:com-gluonhq-plugin-netbeans:pom:2.8.3'
<dependency org="com.gluonhq.plugin" name="com-gluonhq-plugin-netbeans" rev="2.8.3">
<artifact name="com-gluonhq-plugin-netbeans" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq.plugin', module='com-gluonhq-plugin-netbeans', version='2.8.3')
)
libraryDependencies += "com.gluonhq.plugin" % "com-gluonhq-plugin-netbeans" % "2.8.3"
[com.gluonhq.plugin/com-gluonhq-plugin-netbeans "2.8.3"]