x

xmlsec

The XML Security project is aimed at providing implementation of security standards for XML
http://santuario.apache.org/
Files download
File Operation
xmlsec-1.3.0.jar download
xmlsec-1.3.0.pom download
Apache Maven
<dependency>
  <groupId>xml-security</groupId>
  <artifactId>xmlsec</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'xml-security:xmlsec:1.3.0'
Gradle Kotlin
implementation("xml-security:xmlsec:1.3.0")
Scala SBT
libraryDependencies += "xml-security" % "xmlsec" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='xml-security', module='xmlsec', version='1.3.0')
)
Apache Ivy
<dependency org="xml-security" name="xmlsec" rev="1.3.0" />
Leiningen
[xml-security/xmlsec "1.3.0"]
Apache Buildr
'xml-security:xmlsec:jar:1.3.0'