Download xmldsig-1.0.jar file - Jar x

Jar examples for x:xmldsig

Description

Part of the Java Web Services Developer Pack 1.6

You can download jar file xmldsig 1.0 in this page.

Build File

You can use the following script to add xmldsig-1.0.jar to your project.

<dependency>
   <groupId>javax.xml</groupId>
   <artifactId>xmldsig</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'javax.xml', name: 'xmldsig', version: '1.0'
libraryDependencies += "javax.xml" % "xmldsig" % "1.0"
<dependency org="javax.xml" name="xmldsig" rev="1.0"/>
@Grapes(@Grab(group='javax.xml', module='xmldsig', version='1.0'))
'javax.xml:xmldsig:jar:1.0'

Download

Click the following link to download the jar file.

xmldsig-1.0.pom



Related Tutorials