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