MVN

maven-plugins : maven-was5-plugin

Maven & Gradle

Dec 06, 2005

WebSphere 5 (5.0/5.1) Plugin · A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation

<dependency>
    <groupId>maven-plugins</groupId>
    <artifactId>maven-was5-plugin</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of maven-plugins : maven-was5-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of maven-plugins : maven-was5-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
maven-was5-plugin-2.0.2
maven-was5-plugin-2.0.1
2.0
maven-was5-plugin-2.0
1.2
maven-was5-plugin-1.2
1.1
maven-was5-plugin-1.1
1.0
maven-was5-plugin-1.0

How to add a dependency to Maven

Add the following maven-plugins : maven-was5-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>maven-plugins</groupId>
    <artifactId>maven-was5-plugin</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following maven-plugins : maven-was5-plugin gradle dependency to your build.gradle file:

implementation 'maven-plugins:maven-was5-plugin:2.0.2'

Gradle Kotlin DSL: Add the following maven-plugins : maven-was5-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("maven-plugins:maven-was5-plugin:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following maven-plugins : maven-was5-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "maven-plugins" % "maven-was5-plugin" % "2.0.2"