MVN

com.github.pavandv9 : nocode

Maven & Gradle

Sep 16, 2021
0 stars

nocode · nocode is a testing dependecy built for API testing. Where tester's can automate API's using this without writing a code

<dependency>
    <groupId>com.github.pavandv9</groupId>
    <artifactId>nocode</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pavandv9 : nocode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.github.pavandv9 : nocode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
nocode-2.0.3
nocode-2.0.0
1.1.x
nocode-1.1.0
1.0.x
nocode-1.0.0

How to add a dependency to Maven

Add the following com.github.pavandv9 : nocode maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pavandv9</groupId>
    <artifactId>nocode</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pavandv9 : nocode gradle dependency to your build.gradle file:

implementation 'com.github.pavandv9:nocode:2.0.3'

Gradle Kotlin DSL: Add the following com.github.pavandv9 : nocode gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pavandv9:nocode:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pavandv9 : nocode sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pavandv9" % "nocode" % "2.0.3"

Advertisement