GroupId | GroupIdio.testerra |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.0-RC-33 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0-RC-33.pom | |
core-1.0-RC-33.jar | 243 KB |
core-1.0-RC-33-sources.jar | 191 KB |
core-1.0-RC-33-javadoc.jar | 598 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.testerra/core/ -->
<dependency>
<groupId>io.testerra</groupId>
<artifactId>core</artifactId>
<version>1.0-RC-33</version>
</dependency>
// https://jarcasting.com/artifacts/io.testerra/core/
implementation 'io.testerra:core:1.0-RC-33'
// https://jarcasting.com/artifacts/io.testerra/core/
implementation ("io.testerra:core:1.0-RC-33")
'io.testerra:core:jar:1.0-RC-33'
<dependency org="io.testerra" name="core" rev="1.0-RC-33">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.testerra', module='core', version='1.0-RC-33')
)
libraryDependencies += "io.testerra" % "core" % "1.0-RC-33"
[io.testerra/core "1.0-RC-33"]