| Группа | Группаio.github.javaf |
|---|---|
| Идентификатор | Идентификаторhello-world |
| Версия | Версия1.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hello-world-1.0.4.pom | |
| hello-world-1.0.4.jar | 3 KB |
| hello-world-1.0.4-sources.jar | 2 KB |
| hello-world-1.0.4-javadoc.jar | 389 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.javaf/hello-world/ -->
<dependency>
<groupId>io.github.javaf</groupId>
<artifactId>hello-world</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.javaf/hello-world/
implementation 'io.github.javaf:hello-world:1.0.4'
// https://jarcasting.com/artifacts/io.github.javaf/hello-world/
implementation ("io.github.javaf:hello-world:1.0.4")
'io.github.javaf:hello-world:jar:1.0.4'
<dependency org="io.github.javaf" name="hello-world" rev="1.0.4">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.javaf', module='hello-world', version='1.0.4')
)
libraryDependencies += "io.github.javaf" % "hello-world" % "1.0.4"
[io.github.javaf/hello-world "1.0.4"]