License |
License
Dual licensed (GNU Lesser General Public License and CDDL version 1.0)
|
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Maven Build Tools Net |
GroupId | GroupIdnet.sf.squirrel-sql.thirdparty-non-maven |
ArtifactId | ArtifactIdorg-netbeans-modules-editor-lib |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetBeans Editor 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/org-netbeans-modules-editor-lib/ -->
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>org-netbeans-modules-editor-lib</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/org-netbeans-modules-editor-lib/
implementation 'net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-lib:4.0'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/org-netbeans-modules-editor-lib/
implementation ("net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-lib:4.0")
'net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-lib:jar:4.0'
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="org-netbeans-modules-editor-lib" rev="4.0">
<artifact name="org-netbeans-modules-editor-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='org-netbeans-modules-editor-lib', version='4.0')
)
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "org-netbeans-modules-editor-lib" % "4.0"
[net.sf.squirrel-sql.thirdparty-non-maven/org-netbeans-modules-editor-lib "4.0"]