g-test-core

The core library for JVM-based testing

License

License

GroupId

GroupId

io.github.drgoodness
ArtifactId

ArtifactId

g-test-core
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

g-test-core
The core library for JVM-based testing

Download g-test-core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.codehaus.groovy : groovy-json jar 3.0.9
org.codehaus.groovy : groovy-ant jar 3.0.9
ch.qos.logback : logback-classic jar 1.2.10
org.apache.maven : maven-artifact jar 3.8.4
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.13.1

provided (1)

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

test (1)

Group / Artifact Type Version
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