o

openjdk

OpenJDK, the value of packaging is 'tgz', classifier contains 'linux', 'linux-aarch64', 'macos', 'macos-aarch64' and 'windows'.
https://jdk.java.net/archive/
GNU General Public License, version 2, with the Classpath Exception
OpenJDK
Files download
File Operation
openjdk-21.pom download
Apache Maven
<dependency>
  <groupId>io.github.fsixteen</groupId>
  <artifactId>openjdk</artifactId>
  <version>21</version>
  <type>tgz</type>
</dependency>
Gradle Groovy
implementation 'io.github.fsixteen:openjdk:21'
Gradle Kotlin
implementation("io.github.fsixteen:openjdk:21")
Scala SBT
libraryDependencies += "io.github.fsixteen" % "openjdk" % "21"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fsixteen', module='openjdk', version='21')
)
Apache Ivy
<dependency org="io.github.fsixteen" name="openjdk" rev="21" />
Leiningen
[io.github.fsixteen/openjdk "21"]
Apache Buildr
'io.github.fsixteen:openjdk:jar:21'
Dependencies
The project has no third-party dependencies