MVN

com.bluecirclesoft.open : json-integration-tests

Maven & Gradle

Mar 19, 2018
1 stars
<dependency>
    <groupId>com.bluecirclesoft.open</groupId>
    <artifactId>json-integration-tests</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluecirclesoft.open : json-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.bluecirclesoft.open : json-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
json-integration-tests-0.13
0.12
json-integration-tests-0.12
0.11
json-integration-tests-0.11
0.10
json-integration-tests-0.10
0.9
json-integration-tests-0.9
0.8
json-integration-tests-0.8
0.7
json-integration-tests-0.7

How to add a dependency to Maven

Add the following com.bluecirclesoft.open : json-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bluecirclesoft.open</groupId>
    <artifactId>json-integration-tests</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bluecirclesoft.open : json-integration-tests gradle dependency to your build.gradle file:

implementation 'com.bluecirclesoft.open:json-integration-tests:0.13'

Gradle Kotlin DSL: Add the following com.bluecirclesoft.open : json-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bluecirclesoft.open:json-integration-tests:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bluecirclesoft.open : json-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bluecirclesoft.open" % "json-integration-tests" % "0.13"

Advertisement