MVN

org.jvnet.jax-ws-commons.spring : test-app

Maven & Gradle

Jun 30, 2013

Test application for JAX-WS Spring support

<dependency>
    <groupId>org.jvnet.jax-ws-commons.spring</groupId>
    <artifactId>test-app</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.jax-ws-commons.spring : test-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of org.jvnet.jax-ws-commons.spring : test-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
test-app-1.9
1.8
test-app-1.8
1.7
test-app-1.7
1.6
test-app-1.6
1.5
test-app-1.5
1.4
test-app-1.4
1.3
test-app-1.3
1.2
test-app-1.2
1.1
test-app-1.1
1.0
test-app-1.0

How to add a dependency to Maven

Add the following org.jvnet.jax-ws-commons.spring : test-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.jax-ws-commons.spring</groupId>
    <artifactId>test-app</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.jax-ws-commons.spring : test-app gradle dependency to your build.gradle file:

implementation 'org.jvnet.jax-ws-commons.spring:test-app:1.9'

Gradle Kotlin DSL: Add the following org.jvnet.jax-ws-commons.spring : test-app gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.jax-ws-commons.spring:test-app:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.jax-ws-commons.spring : test-app sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.jax-ws-commons.spring" % "test-app" % "1.9"