| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаde.quantummaid.httpmaid.examples |
| Идентификатор | Идентификаторhello-world |
| Версия | Версия0.9.23 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hello-world-0.9.23.pom | |
| hello-world-0.9.23.jar | 7 KB |
| hello-world-0.9.23-sources.jar | 6 KB |
| hello-world-0.9.23-javadoc.jar | 408 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/hello-world/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.examples</groupId>
<artifactId>hello-world</artifactId>
<version>0.9.23</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/hello-world/
implementation 'de.quantummaid.httpmaid.examples:hello-world:0.9.23'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/hello-world/
implementation ("de.quantummaid.httpmaid.examples:hello-world:0.9.23")
'de.quantummaid.httpmaid.examples:hello-world:jar:0.9.23'
<dependency org="de.quantummaid.httpmaid.examples" name="hello-world" rev="0.9.23">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.examples', module='hello-world', version='0.9.23')
)
libraryDependencies += "de.quantummaid.httpmaid.examples" % "hello-world" % "0.9.23"
[de.quantummaid.httpmaid.examples/hello-world "0.9.23"]