| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.silentium |
| Идентификатор | Идентификаторtest1 |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеtest maven repo
test maven repo
|
| Имя Файла | Размер |
|---|---|
| test1-1.0.1.pom | |
| test1-1.0.1.jar | 1 KB |
| test1-1.0.1-tests.jar | 261 bytes |
| test1-1.0.1-sources.jar | 1 KB |
| test1-1.0.1-javadoc.jar | 391 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.silentium/test1/ -->
<dependency>
<groupId>io.silentium</groupId>
<artifactId>test1</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.silentium/test1/
implementation 'io.silentium:test1:1.0.1'
// https://jarcasting.com/artifacts/io.silentium/test1/
implementation ("io.silentium:test1:1.0.1")
'io.silentium:test1:jar:1.0.1'
<dependency org="io.silentium" name="test1" rev="1.0.1">
<artifact name="test1" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.silentium', module='test1', version='1.0.1')
)
libraryDependencies += "io.silentium" % "test1" % "1.0.1"
[io.silentium/test1 "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |