MVN

io.iconator : testonator

Maven & Gradle

Apr 03, 2019
6 stars

Testonator · Java library to support jsonrpc tests.

<dependency>
    <groupId>io.iconator</groupId>
    <artifactId>testonator</artifactId>
    <version>1.0.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.iconator : testonator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.35

All Versions

Choose a version of io.iconator : testonator to add to Maven or Gradle - All Versions:

  • Version Updated
  • testonator-1.0.35

    Apr 02, 2019
  • testonator-1.0.34

    Mar 20, 2019
  • testonator-1.0.33

    Mar 19, 2019
  • testonator-1.0.32

    Feb 03, 2019
  • testonator-1.0.31

    Jan 09, 2019
  • testonator-1.0.30

    Nov 27, 2018
  • testonator-1.0.29

    Nov 20, 2018
  • testonator-1.0.28

    Oct 25, 2018
  • testonator-1.0.26

    Oct 08, 2018
  • testonator-1.0.24

    Aug 24, 2018
  • testonator-1.0.23

    Aug 24, 2018
  • testonator-1.0.22

    Aug 21, 2018

How to add a dependency to Maven

Add the following io.iconator : testonator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.iconator</groupId>
    <artifactId>testonator</artifactId>
    <version>1.0.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.iconator : testonator gradle dependency to your build.gradle file:

implementation 'io.iconator:testonator:1.0.35'

Gradle Kotlin DSL: Add the following io.iconator : testonator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.iconator:testonator:1.0.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.iconator : testonator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.iconator" % "testonator" % "1.0.35"