MVN

org.dotwebstack.framework : example-json

Maven & Gradle

Dec 17, 2021
<dependency>
    <groupId>org.dotwebstack.framework</groupId>
    <artifactId>example-json</artifactId>
    <version>0.3.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dotwebstack.framework : example-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.46

All Versions

Choose a version of org.dotwebstack.framework : example-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
example-json-0.3.46
example-json-0.3.45
example-json-0.3.44
example-json-0.3.43
example-json-0.3.42
example-json-0.3.41
example-json-0.3.40
example-json-0.3.39
example-json-0.3.38
example-json-0.3.37
example-json-0.3.36
example-json-0.3.35
example-json-0.3.34
example-json-0.3.33
example-json-0.3.32
example-json-0.3.31
example-json-0.3.30
example-json-0.3.29
example-json-0.3.28
example-json-0.3.20
example-json-0.3.19
example-json-0.3.12
example-json-0.3.11
example-json-0.3.10
example-json-0.3.9
example-json-0.3.8
example-json-0.3.7
example-json-0.3.6
example-json-0.3.5
example-json-0.3.4
example-json-0.3.3
example-json-0.3.2
example-json-0.3.1
example-json-0.3.0

How to add a dependency to Maven

Add the following org.dotwebstack.framework : example-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dotwebstack.framework</groupId>
    <artifactId>example-json</artifactId>
    <version>0.3.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dotwebstack.framework : example-json gradle dependency to your build.gradle file:

implementation 'org.dotwebstack.framework:example-json:0.3.46'

Gradle Kotlin DSL: Add the following org.dotwebstack.framework : example-json gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dotwebstack.framework:example-json:0.3.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dotwebstack.framework : example-json sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dotwebstack.framework" % "example-json" % "0.3.46"

Advertisement