MVN

com.ibm.ws.java : com.ibm.ws.java.mediaServerControl.1.0

Maven & Gradle

Sep 14, 2016
1 usages

WebSphere JSR309 SPEC · WebSphere JSR309 SPEC, version 1.0

<dependency>
    <groupId>com.ibm.ws.java</groupId>
    <artifactId>com.ibm.ws.java.mediaServerControl.1.0</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.ws.java : com.ibm.ws.java.mediaServerControl.1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.14

All Versions

Choose a version of com.ibm.ws.java : com.ibm.ws.java.mediaServerControl.1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.ibm.ws.java.mediaServerControl.1.0-1.0.14
com.ibm.ws.java.mediaServerControl.1.0-1.0.13
com.ibm.ws.java.mediaServerControl.1.0-1.0.12
com.ibm.ws.java.mediaServerControl.1.0-1.0.11

How to add a dependency to Maven

Add the following com.ibm.ws.java : com.ibm.ws.java.mediaServerControl.1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.ws.java</groupId>
    <artifactId>com.ibm.ws.java.mediaServerControl.1.0</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.ws.java : com.ibm.ws.java.mediaServerControl.1.0 gradle dependency to your build.gradle file:

implementation 'com.ibm.ws.java:com.ibm.ws.java.mediaServerControl.1.0:1.0.14'

Gradle Kotlin DSL: Add the following com.ibm.ws.java : com.ibm.ws.java.mediaServerControl.1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.ws.java:com.ibm.ws.java.mediaServerControl.1.0:1.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.ws.java : com.ibm.ws.java.mediaServerControl.1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.ws.java" % "com.ibm.ws.java.mediaServerControl.1.0" % "1.0.14"

Advertisement