| Группа | Группаdev.jlibra |
|---|---|
| Идентификатор | Идентификаторjlibra-integration-tests |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jlibra-integration-tests-0.0.1.pom | |
| jlibra-integration-tests-0.0.1.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.jlibra/jlibra-integration-tests/ -->
<dependency>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-integration-tests</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.jlibra/jlibra-integration-tests/
implementation 'dev.jlibra:jlibra-integration-tests:0.0.1'
// https://jarcasting.com/artifacts/dev.jlibra/jlibra-integration-tests/
implementation ("dev.jlibra:jlibra-integration-tests:0.0.1")
'dev.jlibra:jlibra-integration-tests:jar:0.0.1'
<dependency org="dev.jlibra" name="jlibra-integration-tests" rev="0.0.1">
<artifact name="jlibra-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.jlibra', module='jlibra-integration-tests', version='0.0.1')
)
libraryDependencies += "dev.jlibra" % "jlibra-integration-tests" % "0.0.1"
[dev.jlibra/jlibra-integration-tests "0.0.1"]