License |
License |
---|---|
GroupId | GroupIdio.github.cheetunit |
ArtifactId | ArtifactIdcheetunit-parent |
Last Version | Last Version1.0.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionio.github.cheetunit:cheetunit-parent
Parent module for the CheetUnit integration test framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
cheetunit-parent-1.0.0-RC1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cheetunit/cheetunit-parent/ -->
<dependency>
<groupId>io.github.cheetunit</groupId>
<artifactId>cheetunit-parent</artifactId>
<version>1.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.cheetunit/cheetunit-parent/
implementation 'io.github.cheetunit:cheetunit-parent:1.0.0-RC1'
// https://jarcasting.com/artifacts/io.github.cheetunit/cheetunit-parent/
implementation ("io.github.cheetunit:cheetunit-parent:1.0.0-RC1")
'io.github.cheetunit:cheetunit-parent:pom:1.0.0-RC1'
<dependency org="io.github.cheetunit" name="cheetunit-parent" rev="1.0.0-RC1">
<artifact name="cheetunit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.cheetunit', module='cheetunit-parent', version='1.0.0-RC1')
)
libraryDependencies += "io.github.cheetunit" % "cheetunit-parent" % "1.0.0-RC1"
[io.github.cheetunit/cheetunit-parent "1.0.0-RC1"]