openliberty-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.openliberty</groupId>
<artifactId>openliberty-runtime</artifactId>
<version>25.0.0.11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.openliberty</groupId>
<artifactId>openliberty-runtime</artifactId>
<version>25.0.0.11</version>
<packaging>zip</packaging>
<name>Open Liberty Runtime Package</name>
<description>Open Liberty Runtime Package</description>
<url>https://openliberty.io/</url>
<licenses>
<license>
<name>Eclipse Public License 2.0</name>
<url>http://www.eclipse.org/legal/epl-2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>contbld</id>
<name>Continuum Build</name>
<email>contbld@uk.ibm.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:OpenLiberty/open-liberty.git</connection>
<developerConnection>scm:git:git@github.com:OpenLiberty/open-liberty.git</developerConnection>
<url>https://github.com/OpenLiberty/open-liberty</url>
</scm>
</project>