Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.sun.xml.security |
ArtifactId | ArtifactIdapache-xmlsec |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSR105 XML Security Extension
|
Filename | Size |
---|---|
apache-xmlsec-1.0.1.pom | |
apache-xmlsec-1.0.1.jar | 315 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.security/apache-xmlsec/ -->
<dependency>
<groupId>com.sun.xml.security</groupId>
<artifactId>apache-xmlsec</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.security/apache-xmlsec/
implementation 'com.sun.xml.security:apache-xmlsec:1.0.1'
// https://jarcasting.com/artifacts/com.sun.xml.security/apache-xmlsec/
implementation ("com.sun.xml.security:apache-xmlsec:1.0.1")
'com.sun.xml.security:apache-xmlsec:jar:1.0.1'
<dependency org="com.sun.xml.security" name="apache-xmlsec" rev="1.0.1">
<artifact name="apache-xmlsec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.security', module='apache-xmlsec', version='1.0.1')
)
libraryDependencies += "com.sun.xml.security" % "apache-xmlsec" % "1.0.1"
[com.sun.xml.security/apache-xmlsec "1.0.1"]