MVN

io.bkbn : kompendium-json-schema

Maven & Gradle

Jun 05, 2023
135 stars

Kompendium JSON Schema · Json Schema Generator

<dependency>
    <groupId>io.bkbn</groupId>
    <artifactId>kompendium-json-schema</artifactId>
    <version>3.14.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bkbn : kompendium-json-schema to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.14.4
  • Latest Alpha: 3.0.0-alpha

All Versions

Choose a version of io.bkbn : kompendium-json-schema to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.14.x
kompendium-json-schema-3.14.4
kompendium-json-schema-3.14.3
kompendium-json-schema-3.14.2
kompendium-json-schema-3.14.1
kompendium-json-schema-3.14.0
3.13.x
kompendium-json-schema-3.13.0
3.12.x
kompendium-json-schema-3.12.0
3.11.x
kompendium-json-schema-3.11.1
kompendium-json-schema-3.11.0
3.10.x
kompendium-json-schema-3.10.0
3.9.x
kompendium-json-schema-3.9.0
3.8.x
kompendium-json-schema-3.8.0
3.6.x
kompendium-json-schema-3.6.0
3.5.x
kompendium-json-schema-3.5.0
3.4.x
kompendium-json-schema-3.4.0
3.3.x
kompendium-json-schema-3.3.1
kompendium-json-schema-3.3.0
3.2.x
kompendium-json-schema-3.2.0
3.1.x
kompendium-json-schema-3.1.0
3.0.x
kompendium-json-schema-3.0.0
kompendium-json-schema-3.0.0-alpha

How to add a dependency to Maven

Add the following io.bkbn : kompendium-json-schema maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bkbn</groupId>
    <artifactId>kompendium-json-schema</artifactId>
    <version>3.14.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bkbn : kompendium-json-schema gradle dependency to your build.gradle file:

implementation 'io.bkbn:kompendium-json-schema:3.14.4'

Gradle Kotlin DSL: Add the following io.bkbn : kompendium-json-schema gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bkbn:kompendium-json-schema:3.14.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bkbn : kompendium-json-schema sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bkbn" % "kompendium-json-schema" % "3.14.4"

Advertisement