| Лицензия |
Лицензия |
|---|---|
| Группа | Группаch.inftec.test |
| Идентификатор | Идентификаторhello-world |
| Последняя версия | Последняя версия0.0.1-11 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHello World
Hello World App
|
| Имя Файла | Размер |
|---|---|
| hello-world-0.0.1-11.pom | |
| hello-world-0.0.1-11.jar | 3 KB |
| hello-world-0.0.1-11-tests.jar | 3 KB |
| hello-world-0.0.1-11-test-sources.jar | 1 KB |
| hello-world-0.0.1-11-sources.jar | 1 KB |
| hello-world-0.0.1-11-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.inftec.test/hello-world/ -->
<dependency>
<groupId>ch.inftec.test</groupId>
<artifactId>hello-world</artifactId>
<version>0.0.1-11</version>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec.test/hello-world/
implementation 'ch.inftec.test:hello-world:0.0.1-11'
// https://jarcasting.com/artifacts/ch.inftec.test/hello-world/
implementation ("ch.inftec.test:hello-world:0.0.1-11")
'ch.inftec.test:hello-world:jar:0.0.1-11'
<dependency org="ch.inftec.test" name="hello-world" rev="0.0.1-11">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.inftec.test', module='hello-world', version='0.0.1-11')
)
libraryDependencies += "ch.inftec.test" % "hello-world" % "0.0.1-11"
[ch.inftec.test/hello-world "0.0.1-11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |