g-test-api

This project is a base for JVM-based API-related test frameworks.

License

License

GroupId

GroupId

io.github.drgoodness
ArtifactId

ArtifactId

g-test-api
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

g-test-api
This project is a base for JVM-based API-related test frameworks.

Download g-test-api

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.github.drgoodness : g-test-core jar 1.1.0
org.codehaus.groovy : groovy-xml jar 3.0.9
com.squareup.okhttp3 : logging-interceptor jar 4.9.3
com.github.tomakehurst : wiremock-jre8 jar 2.32.0

provided (1)

Group / Artifact Type Version
org.spockframework : spock-core jar 2.1-groovy-3.0

test (2)

Group / Artifact Type Version
com.athaydes : spock-reports jar 2.3.0-groovy-3.0
org.codenarc : CodeNarc jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0