MVN

io.codegen.gwt-json-overlay : gwt-json-overlay-test

Maven & Gradle

Oct 19, 2022
0 stars

gwt-json-overlay-test

<dependency>
    <groupId>io.codegen.gwt-json-overlay</groupId>
    <artifactId>gwt-json-overlay-test</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.codegen.gwt-json-overlay : gwt-json-overlay-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of io.codegen.gwt-json-overlay : gwt-json-overlay-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
gwt-json-overlay-test-0.2.1
gwt-json-overlay-test-0.2.0
0.1.x
gwt-json-overlay-test-0.1.0
0.0.x
gwt-json-overlay-test-0.0.11
gwt-json-overlay-test-0.0.10
gwt-json-overlay-test-0.0.9
gwt-json-overlay-test-0.0.8
gwt-json-overlay-test-0.0.7
gwt-json-overlay-test-0.0.6
gwt-json-overlay-test-0.0.5
gwt-json-overlay-test-0.0.4
gwt-json-overlay-test-0.0.3
gwt-json-overlay-test-0.0.2
gwt-json-overlay-test-0.0.1

How to add a dependency to Maven

Add the following io.codegen.gwt-json-overlay : gwt-json-overlay-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.codegen.gwt-json-overlay</groupId>
    <artifactId>gwt-json-overlay-test</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.codegen.gwt-json-overlay : gwt-json-overlay-test gradle dependency to your build.gradle file:

implementation 'io.codegen.gwt-json-overlay:gwt-json-overlay-test:0.2.1'

Gradle Kotlin DSL: Add the following io.codegen.gwt-json-overlay : gwt-json-overlay-test gradle kotlin dependency to your build.gradle.kts file:

implementation("io.codegen.gwt-json-overlay:gwt-json-overlay-test:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.codegen.gwt-json-overlay : gwt-json-overlay-test sbt scala dependency to your build.sbt file:

libraryDependencies += "io.codegen.gwt-json-overlay" % "gwt-json-overlay-test" % "0.2.1"