is not current version
Last Version 2.0.3

com.github.pavandv9:nocode 1.0.0

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

GroupId

GroupId

com.github.pavandv9
ArtifactId

ArtifactId

nocode
Version

Version

1.0.0
Type

Type

jar

Download nocode 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.pavandv9/nocode/ -->
<dependency>
    <groupId>com.github.pavandv9</groupId>
    <artifactId>nocode</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavandv9/nocode/
implementation 'com.github.pavandv9:nocode:1.0.0'
// https://jarcasting.com/artifacts/com.github.pavandv9/nocode/
implementation ("com.github.pavandv9:nocode:1.0.0")
'com.github.pavandv9:nocode:jar:1.0.0'
<dependency org="com.github.pavandv9" name="nocode" rev="1.0.0">
  <artifact name="nocode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavandv9', module='nocode', version='1.0.0')
)
libraryDependencies += "com.github.pavandv9" % "nocode" % "1.0.0"
[com.github.pavandv9/nocode "1.0.0"]