MVN

io.chocotea : chocotea

Maven & Gradle

Feb 01, 2023
37 stars

io.chocotea:chocotea · This library generates postman collection, environment and integration tests from java code

<dependency>
    <groupId>io.chocotea</groupId>
    <artifactId>chocotea</artifactId>
    <version>1.0EA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0EA

All Versions

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

Version Vulnerabilities Updated
1.0EA
chocotea-1.0EA
1.0EE
chocotea-1.0EE
1.0A
chocotea-1.0A
1.0T
chocotea-1.0T
1.0R
chocotea-1.0R
1.0.x
chocotea-1.0.1
1.0
chocotea-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.chocotea</groupId>
    <artifactId>chocotea</artifactId>
    <version>1.0EA</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.chocotea:chocotea:1.0EA'

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

implementation("io.chocotea:chocotea:1.0EA")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.chocotea" % "chocotea" % "1.0EA"

Advertisement