MVN

pl.pkazenas : jsonschema4s_2.12

Maven & Gradle

Mar 03, 2018
1 usages
1 stars

jsonschema4s · jsonschema4s

<dependency>
    <groupId>pl.pkazenas</groupId>
    <artifactId>jsonschema4s_2.12</artifactId>
    <version>0.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.pkazenas : jsonschema4s_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of pl.pkazenas : jsonschema4s_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
jsonschema4s_2.12-0.3.4
jsonschema4s_2.12-0.3.2
jsonschema4s_2.12-0.3.1
jsonschema4s_2.12-0.3.0
0.2.x
jsonschema4s_2.12-0.2.0
0.1.x
jsonschema4s_2.12-0.1.5
jsonschema4s_2.12-0.1.4
jsonschema4s_2.12-0.1.3

How to add a dependency to Maven

Add the following pl.pkazenas : jsonschema4s_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.pkazenas</groupId>
    <artifactId>jsonschema4s_2.12</artifactId>
    <version>0.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.pkazenas : jsonschema4s_2.12 gradle dependency to your build.gradle file:

implementation 'pl.pkazenas:jsonschema4s_2.12:0.3.4'

Gradle Kotlin DSL: Add the following pl.pkazenas : jsonschema4s_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.pkazenas:jsonschema4s_2.12:0.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.pkazenas : jsonschema4s_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.pkazenas" % "jsonschema4s_2.12" % "0.3.4"