MVN

io.github.ma1uta.matrix : jsonb-support

Maven & Gradle

May 26, 2021
32 stars
<dependency>
    <groupId>io.github.ma1uta.matrix</groupId>
    <artifactId>jsonb-support</artifactId>
    <version>0.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ma1uta.matrix : jsonb-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.1
  • Latest Release Candidate: 0.2.0-rc1

All Versions

Choose a version of io.github.ma1uta.matrix : jsonb-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
jsonb-support-0.13.1
0.12.x
jsonb-support-0.12.0
0.11.x
jsonb-support-0.11.3
jsonb-support-0.11.2
jsonb-support-0.11.1
jsonb-support-0.11.0
0.10.x
jsonb-support-0.10.1
jsonb-support-0.10.0
0.9.x
jsonb-support-0.9.0
0.2.x
jsonb-support-0.2.0-rc1
0.1.x
jsonb-support-0.1.0

How to add a dependency to Maven

Add the following io.github.ma1uta.matrix : jsonb-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ma1uta.matrix</groupId>
    <artifactId>jsonb-support</artifactId>
    <version>0.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ma1uta.matrix : jsonb-support gradle dependency to your build.gradle file:

implementation 'io.github.ma1uta.matrix:jsonb-support:0.13.1'

Gradle Kotlin DSL: Add the following io.github.ma1uta.matrix : jsonb-support gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ma1uta.matrix:jsonb-support:0.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ma1uta.matrix : jsonb-support sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ma1uta.matrix" % "jsonb-support" % "0.13.1"

Advertisement