Last Version

nb-javac 17.0.0.0

"nb-javac" is a patched version of OpenJDK "javac", i.e., the Java compiler. This has long been part of NetBeans, providing a highly tuned Java compiler specifically for the Java editor i.e., parsing and lexing for features such as syntax coloring, code completion.

License

License

GroupId

GroupId

com.dukescript.nbjavac
ArtifactId

ArtifactId

nb-javac
Version

Version

17.0.0.0
Type

Type

jar
Description

Description

nb-javac
"nb-javac" is a patched version of OpenJDK "javac", i.e., the Java compiler. This has long been part of NetBeans, providing a highly tuned Java compiler specifically for the Java editor i.e., parsing and lexing for features such as syntax coloring, code completion.
Project URL

Project URL

https://github.com/oracle/nb-javac
Source Code Management

Source Code Management

https://github.com/oracle/nb-javac

Download nb-javac 17.0.0.0


<!-- https://jarcasting.com/artifacts/com.dukescript.nbjavac/nb-javac/ -->
<dependency>
    <groupId>com.dukescript.nbjavac</groupId>
    <artifactId>nb-javac</artifactId>
    <version>17.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dukescript.nbjavac/nb-javac/
implementation 'com.dukescript.nbjavac:nb-javac:17.0.0.0'
// https://jarcasting.com/artifacts/com.dukescript.nbjavac/nb-javac/
implementation ("com.dukescript.nbjavac:nb-javac:17.0.0.0")
'com.dukescript.nbjavac:nb-javac:jar:17.0.0.0'
<dependency org="com.dukescript.nbjavac" name="nb-javac" rev="17.0.0.0">
  <artifact name="nb-javac" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dukescript.nbjavac', module='nb-javac', version='17.0.0.0')
)
libraryDependencies += "com.dukescript.nbjavac" % "nb-javac" % "17.0.0.0"
[com.dukescript.nbjavac/nb-javac "17.0.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.