MVN

io.openliberty.beta : openliberty-runtime

Maven & Gradle

Aug 22, 2023
1.1k stars

Open Liberty Runtime Beta Package · Open Liberty Runtime Beta Package

<dependency>
    <groupId>io.openliberty.beta</groupId>
    <artifactId>openliberty-runtime</artifactId>
    <version>23.0.0.9-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openliberty.beta : openliberty-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.0.0.9-beta
  • Latest Beta: 23.0.0.9-beta

All Versions

Choose a version of io.openliberty.beta : openliberty-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.0.x
openliberty-runtime-23.0.0.9-beta
openliberty-runtime-23.0.0.8-beta
openliberty-runtime-23.0.0.7-beta
openliberty-runtime-23.0.0.6-beta
openliberty-runtime-23.0.0.5-beta
openliberty-runtime-23.0.0.4-beta
openliberty-runtime-23.0.0.3-beta
openliberty-runtime-23.0.0.2-beta
openliberty-runtime-23.0.0.1-beta
22.0.x
openliberty-runtime-22.0.0.13-beta
openliberty-runtime-22.0.0.12-beta
openliberty-runtime-22.0.0.11-beta
openliberty-runtime-22.0.0.10-beta
openliberty-runtime-22.0.0.9-beta
openliberty-runtime-22.0.0.8-beta
openliberty-runtime-22.0.0.7-beta
openliberty-runtime-22.0.0.6-beta
openliberty-runtime-22.0.0.5-beta
openliberty-runtime-22.0.0.4-beta
openliberty-runtime-22.0.0.3-beta
openliberty-runtime-22.0.0.2-beta
openliberty-runtime-22.0.0.1-beta
21.0.x
openliberty-runtime-21.0.0.12-beta
openliberty-runtime-21.0.0.11-beta
openliberty-runtime-21.0.0.10-beta
openliberty-runtime-21.0.0.9-beta
openliberty-runtime-21.0.0.8-beta
openliberty-runtime-21.0.0.7-beta
openliberty-runtime-21.0.0.6-beta
openliberty-runtime-21.0.0.5-beta
openliberty-runtime-21.0.0.4-beta
openliberty-runtime-21.0.0.3-beta
openliberty-runtime-21.0.0.2-beta
openliberty-runtime-21.0.0.1-beta
20.0.x
openliberty-runtime-20.0.0.12-beta
openliberty-runtime-20.0.0.11-beta
openliberty-runtime-20.0.0.10-beta
openliberty-runtime-20.0.0.9-beta

How to add a dependency to Maven

Add the following io.openliberty.beta : openliberty-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.openliberty.beta</groupId>
    <artifactId>openliberty-runtime</artifactId>
    <version>23.0.0.9-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openliberty.beta : openliberty-runtime gradle dependency to your build.gradle file:

implementation 'io.openliberty.beta:openliberty-runtime:23.0.0.9-beta'

Gradle Kotlin DSL: Add the following io.openliberty.beta : openliberty-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openliberty.beta:openliberty-runtime:23.0.0.9-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openliberty.beta : openliberty-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openliberty.beta" % "openliberty-runtime" % "23.0.0.9-beta"

Advertisement