Download org-netbeans-modules-editor-4.0.jar file - Jar o

Jar examples for o:org-netbeans-modules-editor

Description

The NetBeans Platform is a generic base for desktop applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, an update manager, and file access. Get a head start by reusing these standard components, allowing you to concentrate fully on your application's business logic.

You can download jar file org-netbeans-modules-editor 4.0 in this page.

License

Dual licensed (GNU Lesser General Public License and CDDL version 1.0)

Build File

You can use the following script to add org-netbeans-modules-editor-4.0.jar to your project.

<dependency>
   <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
   <artifactId>org-netbeans-modules-editor</artifactId>
   <version>4.0</version>
</dependency>
compile group: 'net.sf.squirrel-sql.thirdparty-non-maven', name: 'org-netbeans-modules-editor', version: '4.0'
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "org-netbeans-modules-editor" % "4.0"
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="org-netbeans-modules-editor" rev="4.0"/>
@Grapes(@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='org-netbeans-modules-editor', version='4.0'))
'net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor:jar:4.0'

Download

Click the following link to download the jar file.

org-netbeans-modules-editor-4.0-sources.jar
org-netbeans-modules-editor-4.0.jar
org-netbeans-modules-editor-4.0.pom



Related Tutorials