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