openjre
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.fsixteen</groupId>
<artifactId>openjre</artifactId>
<version>21.0.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.fsixteen</groupId>
<artifactId>openjre</artifactId>
<version>21.0.6</version>
<packaging>tgz</packaging>
<name>OpenJRE</name>
<description>OpenJRE, the value of packaging is 'tgz', classifier contains 'linux', 'linux-aarch64', 'macos', 'macos-aarch64', 'windows' and so on.</description>
<organization></organization>
<url>https://openjdk.org</url>
<licenses>
<license>
<name>GNU General Public License, version 2, with the Classpath Exception</name>
<url>https://openjdk.org/legal/gplv2+ce.html</url>
</license>
</licenses>
<developers>
<developer>
<name>OpenJRE</name>
</developer>
</developers>
<scm>
<url>https://openjdk.org</url>
<tag>jdk-21.0.6-ga</tag>
</scm>
</project>