MVN

org.creativemines.schemaorg4j : schemaorg4j-parser-html

Maven & Gradle

Sep 06, 2019
2 stars

Schemaorg4j · SchemaOrg4J is a library for Java which provides a properly typed translation of schema.org structured data to Java beans.

<dependency>
    <groupId>org.creativemines.schemaorg4j</groupId>
    <artifactId>schemaorg4j-parser-html</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.creativemines.schemaorg4j : schemaorg4j-parser-html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.creativemines.schemaorg4j : schemaorg4j-parser-html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
schemaorg4j-parser-html-1.0.1
schemaorg4j-parser-html-1.0.0

How to add a dependency to Maven

Add the following org.creativemines.schemaorg4j : schemaorg4j-parser-html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.creativemines.schemaorg4j</groupId>
    <artifactId>schemaorg4j-parser-html</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.creativemines.schemaorg4j : schemaorg4j-parser-html gradle dependency to your build.gradle file:

implementation 'org.creativemines.schemaorg4j:schemaorg4j-parser-html:1.0.1'

Gradle Kotlin DSL: Add the following org.creativemines.schemaorg4j : schemaorg4j-parser-html gradle kotlin dependency to your build.gradle.kts file:

implementation("org.creativemines.schemaorg4j:schemaorg4j-parser-html:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.creativemines.schemaorg4j : schemaorg4j-parser-html sbt scala dependency to your build.sbt file:

libraryDependencies += "org.creativemines.schemaorg4j" % "schemaorg4j-parser-html" % "1.0.1"