MVN

nl.openweb.hippo.hst : structured-data

Maven & Gradle

May 16, 2022
0 stars

Hippo structured data plugin · Convert hippo beans into structured.

<dependency>
    <groupId>nl.openweb.hippo.hst</groupId>
    <artifactId>structured-data</artifactId>
    <version>13.0.04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.openweb.hippo.hst : structured-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.0.04

All Versions

Choose a version of nl.openweb.hippo.hst : structured-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0.x
structured-data-13.0.04

How to add a dependency to Maven

Add the following nl.openweb.hippo.hst : structured-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.openweb.hippo.hst</groupId>
    <artifactId>structured-data</artifactId>
    <version>13.0.04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.openweb.hippo.hst : structured-data gradle dependency to your build.gradle file:

implementation 'nl.openweb.hippo.hst:structured-data:13.0.04'

Gradle Kotlin DSL: Add the following nl.openweb.hippo.hst : structured-data gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.openweb.hippo.hst:structured-data:13.0.04")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.openweb.hippo.hst : structured-data sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.openweb.hippo.hst" % "structured-data" % "13.0.04"

Advertisement