Categories |
CategoriesJava Languages Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative.tests |
ArtifactId | ArtifactIdjava-test-image |
Version | Version2.10.0-rc-202112062205 |
Type | Typepom |
Filename | Size |
---|---|
java-test-image-2.10.0-rc-202112062205.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative.tests/java-test-image/ -->
<dependency>
<groupId>io.streamnative.tests</groupId>
<artifactId>java-test-image</artifactId>
<version>2.10.0-rc-202112062205</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative.tests/java-test-image/
implementation 'io.streamnative.tests:java-test-image:2.10.0-rc-202112062205'
// https://jarcasting.com/artifacts/io.streamnative.tests/java-test-image/
implementation ("io.streamnative.tests:java-test-image:2.10.0-rc-202112062205")
'io.streamnative.tests:java-test-image:pom:2.10.0-rc-202112062205'
<dependency org="io.streamnative.tests" name="java-test-image" rev="2.10.0-rc-202112062205">
<artifact name="java-test-image" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.streamnative.tests', module='java-test-image', version='2.10.0-rc-202112062205')
)
libraryDependencies += "io.streamnative.tests" % "java-test-image" % "2.10.0-rc-202112062205"
[io.streamnative.tests/java-test-image "2.10.0-rc-202112062205"]