MVN

io.openliberty.tools : liberty-gradle-plugin

Maven & Gradle

Jun 09, 2023
46 stars

liberty-gradle-plugin · Liberty Gradle Plug-in.

<dependency>
    <groupId>io.openliberty.tools</groupId>
    <artifactId>liberty-gradle-plugin</artifactId>
    <version>3.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openliberty.tools : liberty-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.2

All Versions

Choose a version of io.openliberty.tools : liberty-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
liberty-gradle-plugin-3.6.2
liberty-gradle-plugin-3.6.1
3.6
liberty-gradle-plugin-3.6
3.5.x
liberty-gradle-plugin-3.5.2
liberty-gradle-plugin-3.5.1
3.5
liberty-gradle-plugin-3.5
3.4.x
liberty-gradle-plugin-3.4.1
3.4
liberty-gradle-plugin-3.4
3.3.x
liberty-gradle-plugin-3.3.1
3.3
liberty-gradle-plugin-3.3
3.2.x
liberty-gradle-plugin-3.2.1
3.2
liberty-gradle-plugin-3.2
3.1.x
liberty-gradle-plugin-3.1.2
liberty-gradle-plugin-3.1.1
3.1
liberty-gradle-plugin-3.1
liberty-gradle-plugin-3.1-M3
liberty-gradle-plugin-3.1-M2
liberty-gradle-plugin-3.1-M1
3.0
liberty-gradle-plugin-3.0
liberty-gradle-plugin-3.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.openliberty.tools</groupId>
    <artifactId>liberty-gradle-plugin</artifactId>
    <version>3.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openliberty.tools : liberty-gradle-plugin gradle dependency to your build.gradle file:

implementation 'io.openliberty.tools:liberty-gradle-plugin:3.6.2'

Gradle Kotlin DSL: Add the following io.openliberty.tools : liberty-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openliberty.tools:liberty-gradle-plugin:3.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openliberty.tools : liberty-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openliberty.tools" % "liberty-gradle-plugin" % "3.6.2"

Advertisement