MVN

net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor

Maven & Gradle

Oct 09, 2009
1 usages

NetBeans Editor Platform Library · 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.

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>org-netbeans-modules-editor</artifactId>
    <version>4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0

All Versions

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
org-netbeans-modules-editor-4.0

How to add a dependency to Maven

Add the following net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>org-netbeans-modules-editor</artifactId>
    <version>4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor gradle dependency to your build.gradle file:

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor:4.0'

Gradle Kotlin DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor:4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "org-netbeans-modules-editor" % "4.0"