MVN

com.squins.google.fork.schema-org-client : schema-org-client

Maven & Gradle

May 18, 2021
1 stars

Schema.org Client Library for Java · The Schema.org Client Library for Java is a library for creating schema.org entities. The entities can be easily serialized and deserialized with JSON-LD format by using the JSON-LD serializer in the library.

<dependency>
    <groupId>com.squins.google.fork.schema-org-client</groupId>
    <artifactId>schema-org-client</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squins.google.fork.schema-org-client : schema-org-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.squins.google.fork.schema-org-client : schema-org-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
schema-org-client-1.0.1
schema-org-client-1.0.0

How to add a dependency to Maven

Add the following com.squins.google.fork.schema-org-client : schema-org-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squins.google.fork.schema-org-client</groupId>
    <artifactId>schema-org-client</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squins.google.fork.schema-org-client : schema-org-client gradle dependency to your build.gradle file:

implementation 'com.squins.google.fork.schema-org-client:schema-org-client:1.0.1'

Gradle Kotlin DSL: Add the following com.squins.google.fork.schema-org-client : schema-org-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squins.google.fork.schema-org-client:schema-org-client:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squins.google.fork.schema-org-client : schema-org-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squins.google.fork.schema-org-client" % "schema-org-client" % "1.0.1"

Advertisement