MVN

javax.xml : jax-qname

Maven & Gradle

Nov 08, 2005
2 usages

Java API for XML-Based RPC (JAX-RPC) · The Java API for XML based RPC (JAX-RPC) enables Java technology developers to build Web applications and Web services incorporating XML based RPC functionality according to the SOAP (Simple Object Access Protocol) 1.1 specification.

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>jax-qname</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.xml : jax-qname to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of javax.xml : jax-qname to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jax-qname-1.1

How to add a dependency to Maven

Add the following javax.xml : jax-qname maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>jax-qname</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.xml : jax-qname gradle dependency to your build.gradle file:

implementation 'javax.xml:jax-qname:1.1'

Gradle Kotlin DSL: Add the following javax.xml : jax-qname gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.xml:jax-qname:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.xml : jax-qname sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.xml" % "jax-qname" % "1.1"

Advertisement

Dependencies from Group

Jul 17, 2006
110 usages
May 20, 2010
66 usages
May 28, 2008
53 usages
May 20, 2010
22 usages
Dec 06, 2005
21 usages

Discover Dependencies

Nov 15, 2013
2 usages
Feb 02, 2017
19 usages
Aug 28, 2013
1 usages
111 stars
Nov 15, 2014
1 stars
Oct 04, 2011
30 usages
1 stars
Mar 22, 2013
3 stars
Sep 23, 2014
422 stars