x

xmlsec

Files download
File Operation
xmlsec-1.4.0.jar download
xmlsec-1.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.santuario</groupId>
  <artifactId>xmlsec</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.santuario:xmlsec:1.4.0'
Gradle Kotlin
implementation("org.apache.santuario:xmlsec:1.4.0")
Scala SBT
libraryDependencies += "org.apache.santuario" % "xmlsec" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.santuario', module='xmlsec', version='1.4.0')
)
Apache Ivy
<dependency org="org.apache.santuario" name="xmlsec" rev="1.4.0" />
Leiningen
[org.apache.santuario/xmlsec "1.4.0"]
Apache Buildr
'org.apache.santuario:xmlsec:jar:1.4.0'
Dependencies
The project has no third-party dependencies