GroupId | GroupIdio.tracee |
---|---|
ArtifactId | ArtifactIdtracee-testhelper |
Version | Version1.0.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.tracee/tracee-testhelper/ -->
<dependency>
<groupId>io.tracee</groupId>
<artifactId>tracee-testhelper</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.tracee/tracee-testhelper/
implementation 'io.tracee:tracee-testhelper:1.0.0-rc1'
// https://jarcasting.com/artifacts/io.tracee/tracee-testhelper/
implementation ("io.tracee:tracee-testhelper:1.0.0-rc1")
'io.tracee:tracee-testhelper:jar:1.0.0-rc1'
<dependency org="io.tracee" name="tracee-testhelper" rev="1.0.0-rc1">
<artifact name="tracee-testhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tracee', module='tracee-testhelper', version='1.0.0-rc1')
)
libraryDependencies += "io.tracee" % "tracee-testhelper" % "1.0.0-rc1"
[io.tracee/tracee-testhelper "1.0.0-rc1"]