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