x

xmlsec

Apache XML Security for Java supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the library supports the standard Java API JSR-105: XML Digital Signature APIs.
https://santuario.apache.org/
Apache License, Version 2.0
The Apache Software Foundation
Files download
File Operation
xmlsec-2.1.4.jar download
xmlsec-2.1.4.pom download
xmlsec-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.santuario</groupId>
  <artifactId>xmlsec</artifactId>
  <version>2.1.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.santuario:xmlsec:2.1.4'
Gradle Kotlin
implementation("org.apache.santuario:xmlsec:2.1.4")
Scala SBT
libraryDependencies += "org.apache.santuario" % "xmlsec" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.santuario', module='xmlsec', version='2.1.4')
)
Apache Ivy
<dependency org="org.apache.santuario" name="xmlsec" rev="2.1.4" />
Leiningen
[org.apache.santuario/xmlsec "2.1.4"]
Apache Buildr
'org.apache.santuario:xmlsec:jar:2.1.4'