Download openide-4.0.jar file - Jar o

Jar examples for o:openide

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 openide 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 openide-4.0.jar to your project.

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

Download

Click the following link to download the jar file.

openide-4.0-sources.jar
openide-4.0.jar
openide-4.0.pom



Related Tutorials