| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdxml-security |
| ArtifactId | ArtifactIdxmlsec |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache XML Security
The XML Security project is aimed at providing implementation of security standards for XML
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xmlsec-1.3.0.pom | |
| xmlsec-1.3.0.jar | 278 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xml-security/xmlsec/ -->
<dependency>
<groupId>xml-security</groupId>
<artifactId>xmlsec</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/xml-security/xmlsec/
implementation 'xml-security:xmlsec:1.3.0'
// https://jarcasting.com/artifacts/xml-security/xmlsec/
implementation ("xml-security:xmlsec:1.3.0")
'xml-security:xmlsec:jar:1.3.0'
<dependency org="xml-security" name="xmlsec" rev="1.3.0">
<artifact name="xmlsec" type="jar" />
</dependency>
@Grapes(
@Grab(group='xml-security', module='xmlsec', version='1.3.0')
)
libraryDependencies += "xml-security" % "xmlsec" % "1.3.0"
[xml-security/xmlsec "1.3.0"]