| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.sterodium |
| Идентификатор | Идентификаторtest-resources |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTest Resources
Module with different resource directory structures for Resource Upload tests.
|
| Организация-разработчик |
Организация-разработчикSterodium |
| Имя Файла | Размер |
|---|---|
| test-resources-1.0.pom | |
| test-resources-1.0.jar | 3 KB |
| test-resources-1.0-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.sterodium/test-resources/ -->
<dependency>
<groupId>io.sterodium</groupId>
<artifactId>test-resources</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sterodium/test-resources/
implementation 'io.sterodium:test-resources:1.0'
// https://jarcasting.com/artifacts/io.sterodium/test-resources/
implementation ("io.sterodium:test-resources:1.0")
'io.sterodium:test-resources:jar:1.0'
<dependency org="io.sterodium" name="test-resources" rev="1.0">
<artifact name="test-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sterodium', module='test-resources', version='1.0')
)
libraryDependencies += "io.sterodium" % "test-resources" % "1.0"
[io.sterodium/test-resources "1.0"]