is not current version
Last Version 1.1

org.apache.poi:ooxml-security 1.0

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

Categories

Categories

Security
GroupId

GroupId

org.apache.poi
ArtifactId

ArtifactId

ooxml-security
Version

Version

1.0
Type

Type

jar

Download ooxml-security 1.0


<!-- https://jarcasting.com/artifacts/org.apache.poi/ooxml-security/ -->
<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>ooxml-security</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/ooxml-security/
implementation 'org.apache.poi:ooxml-security:1.0'
// https://jarcasting.com/artifacts/org.apache.poi/ooxml-security/
implementation ("org.apache.poi:ooxml-security:1.0")
'org.apache.poi:ooxml-security:jar:1.0'
<dependency org="org.apache.poi" name="ooxml-security" rev="1.0">
  <artifact name="ooxml-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='ooxml-security', version='1.0')
)
libraryDependencies += "org.apache.poi" % "ooxml-security" % "1.0"
[org.apache.poi/ooxml-security "1.0"]