x

xmlsec

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