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