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
文件下载
文件名 操作
xmlsec-3.0.0.jar 下载
xmlsec-3.0.0.pom 下载
xmlsec-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.santuario</groupId>
  <artifactId>xmlsec</artifactId>
  <version>3.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.santuario:xmlsec:3.0.0'
Gradle Kotlin
implementation("org.apache.santuario:xmlsec:3.0.0")
Scala SBT
libraryDependencies += "org.apache.santuario" % "xmlsec" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.santuario', module='xmlsec', version='3.0.0')
)
Apache Ivy
<dependency org="org.apache.santuario" name="xmlsec" rev="3.0.0" />
Leiningen
[org.apache.santuario/xmlsec "3.0.0"]
Apache Buildr
'org.apache.santuario:xmlsec:jar:3.0.0'