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