layout | title | categories | author_picture | author_github | seo-title | seo-description | blog_description | open-graph-image |
---|---|---|---|---|---|---|---|---|
post |
TITLE |
blog |
TITLE - makes sure it ends with - OpenLiberty.io |
DESCRIPTION |
DESCRIPTION |
If you’re using Maven, here are the coordinates:
<dependency>
<groupId>io.openliberty</groupId>
<artifactId>openliberty-runtime</artifactId>
<version>RELEASE_VERSION</version>
<type>zip</type>
</dependency>
Or for Gradle:
dependencies {
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '[RELEASE_VERSION,)'
}
Or if you’re using Docker:
FROM open-liberty
Or take a look at our Downloads page.
We’ve spent some time fixing bugs. The following sections describe just some of the issues resolved in this release. If you’re interested, here’s the full list of bugs fixed in RELEASE_VERSION.
Available through Maven, Gradle, Docker, and as a downloadable archive.