Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ooxml-schemas.pom 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <project xmlns="http://maven.apache.org/POM/4.0.0"
  17. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  18. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  19. <modelVersion>4.0.0</modelVersion>
  20. <groupId>org.apache.poi</groupId>
  21. <artifactId>ooxml-schemas</artifactId>
  22. <version>@VERSION@</version>
  23. <packaging>jar</packaging>
  24. <name>OOXML schemas</name>
  25. <description>XmlBeans generated from the Ecma supplied xsds:
  26. http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip</description>
  27. <url>http://poi.apache.org/</url>
  28. <mailingLists>
  29. <mailingList>
  30. <name>POI Users List</name>
  31. <subscribe>user-subscribe@poi.apache.org</subscribe>
  32. <unsubscribe>user-unsubscribe@poi.apache.org</unsubscribe>
  33. <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive>
  34. </mailingList>
  35. <mailingList>
  36. <name>POI Developer List</name>
  37. <subscribe>dev-subscribe@poi.apache.org</subscribe>
  38. <unsubscribe>dev-unsubscribe@poi.apache.org</unsubscribe>
  39. <archive>http://mail-archives.apache.org/mod_mbox/poi-dev/</archive>
  40. </mailingList>
  41. </mailingLists>
  42. <licenses>
  43. <license>
  44. <name>Apache License, Version 2.0</name>
  45. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  46. <distribution>repo</distribution>
  47. </license>
  48. </licenses>
  49. <organization>
  50. <name>Apache Software Foundation</name>
  51. <url>http://www.apache.org/</url>
  52. </organization>
  53. <dependencies>
  54. <dependency>
  55. <groupId>org.apache.xmlbeans</groupId>
  56. <artifactId>xmlbeans</artifactId>
  57. <version>2.6.0</version>
  58. </dependency>
  59. </dependencies>
  60. </project>