MVN

javax.xml : xmldsig

Maven & Gradle

Dec 22, 2005
2 usages

JSR 105 - Java(TM) XML Digital Signature API · Part of the Java Web Services Developer Pack 1.6

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>xmldsig</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
xmldsig-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>xmldsig</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'javax.xml:xmldsig:1.0'

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

implementation("javax.xml:xmldsig:1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "javax.xml" % "xmldsig" % "1.0"

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

Jan 02, 2015
74 usages
2.5k stars
Nov 13, 2014
4 usages
0 stars
Nov 15, 2007
20 usages
Aug 24, 2008
4 usages
Apr 07, 2015
1.5k stars
Mar 31, 2023
0 stars