License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.apache.poi |
ArtifactId | ArtifactIdooxml-security |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOOXML security
XmlBeans generated from various supplied xsds for encryption and signing:
http://msdn.microsoft.com/en-us/library/dd925810(v=office.12).aspx
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip
http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd
http://uri.etsi.org/01903/v1.3.2/XAdES.xsd
http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd
http://dublincore.org/schemas/xmls/qdc/2003/04/02/dc.xsd
http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd
http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcmitype.xsd
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ooxml-security-1.1.pom | |
ooxml-security-1.1.jar | 1 MB |
ooxml-security-1.1-sources.jar | 605 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/ooxml-security/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>ooxml-security</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/ooxml-security/
implementation 'org.apache.poi:ooxml-security:1.1'
// https://jarcasting.com/artifacts/org.apache.poi/ooxml-security/
implementation ("org.apache.poi:ooxml-security:1.1")
'org.apache.poi:ooxml-security:jar:1.1'
<dependency org="org.apache.poi" name="ooxml-security" rev="1.1">
<artifact name="ooxml-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='ooxml-security', version='1.1')
)
libraryDependencies += "org.apache.poi" % "ooxml-security" % "1.1"
[org.apache.poi/ooxml-security "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.xmlbeans : xmlbeans | jar | 2.3.0 |