NBPCG-Library
Library to support NetBeans Platform Application Components generated by NBPCG
Project documentation can be found here
License |
License |
---|---|
Categories |
Categoriescglib Application Layer Libs Bytecode Manipulation |
GroupId | GroupIduk.theretiredprogrammer |
ArtifactId | ArtifactIdnbpcglibrary |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNBPCG Library
A library of standard modules for use with NetBeans Code Generator created modules
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nbpcglibrary-4.0.0.pom | 13 KB |
nbpcglibrary-4.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.theretiredprogrammer/nbpcglibrary/ -->
<dependency>
<groupId>uk.theretiredprogrammer</groupId>
<artifactId>nbpcglibrary</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.theretiredprogrammer/nbpcglibrary/
implementation 'uk.theretiredprogrammer:nbpcglibrary:4.0.0'
// https://jarcasting.com/artifacts/uk.theretiredprogrammer/nbpcglibrary/
implementation ("uk.theretiredprogrammer:nbpcglibrary:4.0.0")
'uk.theretiredprogrammer:nbpcglibrary:jar:4.0.0'
<dependency org="uk.theretiredprogrammer" name="nbpcglibrary" rev="4.0.0">
<artifact name="nbpcglibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.theretiredprogrammer', module='nbpcglibrary', version='4.0.0')
)
libraryDependencies += "uk.theretiredprogrammer" % "nbpcglibrary" % "4.0.0"
[uk.theretiredprogrammer/nbpcglibrary "4.0.0"]
Library to support NetBeans Platform Application Components generated by NBPCG
Project documentation can be found here