MVN

org.apache.any23.plugins : apache-any23-office-scraper

Maven & Gradle

Feb 12, 2019
1 usages

Apache Any23 :: Plugins :: Office Scraper · Any23 plugin for scraping metadata from MS Office related file formats.

<dependency>
    <groupId>org.apache.any23.plugins</groupId>
    <artifactId>apache-any23-office-scraper</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.any23.plugins : apache-any23-office-scraper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of org.apache.any23.plugins : apache-any23-office-scraper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
apache-any23-office-scraper-2.3
2.2
apache-any23-office-scraper-2.2
2.1
apache-any23-office-scraper-2.1
2.0
apache-any23-office-scraper-2.0
1.0.x
apache-any23-office-scraper-1.0.5
apache-any23-office-scraper-1.0.4
apache-any23-office-scraper-1.0.3
apache-any23-office-scraper-1.0.2
apache-any23-office-scraper-1.0.0-incubating

How to add a dependency to Maven

Add the following org.apache.any23.plugins : apache-any23-office-scraper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.any23.plugins</groupId>
    <artifactId>apache-any23-office-scraper</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.any23.plugins : apache-any23-office-scraper gradle dependency to your build.gradle file:

implementation 'org.apache.any23.plugins:apache-any23-office-scraper:2.3'

Gradle Kotlin DSL: Add the following org.apache.any23.plugins : apache-any23-office-scraper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.any23.plugins:apache-any23-office-scraper:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.any23.plugins : apache-any23-office-scraper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.any23.plugins" % "apache-any23-office-scraper" % "2.3"

Advertisement