nb-javac
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.dukescript.nbjavac</groupId>
<artifactId>nb-javac</artifactId>
<version>jdk-27+26</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.dukescript.nbjavac</groupId>
<artifactId>nb-javac</artifactId>
<version>jdk-27+26</version>
<packaging>jar</packaging>
<name>nb-javac</name>
<description>
`nb-javac` is a "backport" of OpenJDK `javac`, i.e., the Java compiler.
It allows to run the latest OpenJDK compiler on older JDKs - as old
as JDK8 while being 1:1 identical with the official `javac`.
Use `nb-javac` to execute the latest Java language compiler on old
JDKs!
</description>
<url>https://github.com/jaroslavtulach/nb-javac</url>
<licenses>
<license>
<name>GPLv2-CPE</name>
<url>https://openjdk.java.net/legal/gplv2+ce.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/jaroslavtulach/nb-javac.git</connection>
<developerConnection>scm:git:git@github.com:jaroslavtulach/nb-javac.git</developerConnection>
<url>https://github.com/jaroslavtulach/nb-javac</url>
</scm>
<developers>
<developer>
<email>jaroslav.tulach@apidesign.org</email>
<name>Jaroslav Tulach</name>
<url>https://github.com/jaroslavtulach</url>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
</project>