MVN

ie.corballis : json-fixtures-intellij

Maven & Gradle

Jan 20, 2022
12 stars
<dependency>
    <groupId>ie.corballis</groupId>
    <artifactId>json-fixtures-intellij</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ie.corballis : json-fixtures-intellij to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of ie.corballis : json-fixtures-intellij to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
json-fixtures-intellij-3.2.0
3.1.x
json-fixtures-intellij-3.1.0
3.0.x
json-fixtures-intellij-3.0.0
2.2.x
json-fixtures-intellij-2.2.0
2.1.x
json-fixtures-intellij-2.1.4
json-fixtures-intellij-2.1.3
json-fixtures-intellij-2.1.2
json-fixtures-intellij-2.1.1
json-fixtures-intellij-2.1.0
2.0.x
json-fixtures-intellij-2.0.0
1.0.x
json-fixtures-intellij-1.0.4
json-fixtures-intellij-1.0.3
json-fixtures-intellij-1.0.2

How to add a dependency to Maven

Add the following ie.corballis : json-fixtures-intellij maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ie.corballis</groupId>
    <artifactId>json-fixtures-intellij</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ie.corballis : json-fixtures-intellij gradle dependency to your build.gradle file:

implementation 'ie.corballis:json-fixtures-intellij:3.2.0'

Gradle Kotlin DSL: Add the following ie.corballis : json-fixtures-intellij gradle kotlin dependency to your build.gradle.kts file:

implementation("ie.corballis:json-fixtures-intellij:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ie.corballis : json-fixtures-intellij sbt scala dependency to your build.sbt file:

libraryDependencies += "ie.corballis" % "json-fixtures-intellij" % "3.2.0"

Advertisement