| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.pateluday07 |
| Идентификатор | Идентификаторmy-space |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описаниеmy-space
A application used as an example on how to set up pushing its components to the Central Repository.
|
| Имя Файла | Размер |
|---|---|
| my-space-1.0.0.pom | |
| my-space-1.0.0.jar | 2 KB |
| my-space-1.0.0-sources.jar | 893 bytes |
| my-space-1.0.0-javadoc.jar | 384 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pateluday07/my-space/ -->
<dependency>
<groupId>com.github.pateluday07</groupId>
<artifactId>my-space</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pateluday07/my-space/
implementation 'com.github.pateluday07:my-space:1.0.0'
// https://jarcasting.com/artifacts/com.github.pateluday07/my-space/
implementation ("com.github.pateluday07:my-space:1.0.0")
'com.github.pateluday07:my-space:jar:1.0.0'
<dependency org="com.github.pateluday07" name="my-space" rev="1.0.0">
<artifact name="my-space" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pateluday07', module='my-space', version='1.0.0')
)
libraryDependencies += "com.github.pateluday07" % "my-space" % "1.0.0"
[com.github.pateluday07/my-space "1.0.0"]