| Категории |
КатегорииJava Языки программирования Native Инструменты разработки |
|---|---|
| Группа | Группаio.streamnative.tests |
| Идентификатор | Идентификаторjava-test-image |
| Версия | Версия2.10.0-rc-202111012205 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| java-test-image-2.10.0-rc-202111012205.pom | 6 KB |
| Обзор |
<!-- 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-202111012205</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-202111012205'
// https://jarcasting.com/artifacts/io.streamnative.tests/java-test-image/
implementation ("io.streamnative.tests:java-test-image:2.10.0-rc-202111012205")
'io.streamnative.tests:java-test-image:pom:2.10.0-rc-202111012205'
<dependency org="io.streamnative.tests" name="java-test-image" rev="2.10.0-rc-202111012205">
<artifact name="java-test-image" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.streamnative.tests', module='java-test-image', version='2.10.0-rc-202111012205')
)
libraryDependencies += "io.streamnative.tests" % "java-test-image" % "2.10.0-rc-202111012205"
[io.streamnative.tests/java-test-image "2.10.0-rc-202111012205"]