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