| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.alice52 |
| Идентификатор | Идентификаторcommon-api-all |
| Версия | Версия1.0 |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| common-api-all-1.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.alice52/common-api-all/ -->
<dependency>
<groupId>com.github.alice52</groupId>
<artifactId>common-api-all</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alice52/common-api-all/
implementation 'com.github.alice52:common-api-all:1.0'
// https://jarcasting.com/artifacts/com.github.alice52/common-api-all/
implementation ("com.github.alice52:common-api-all:1.0")
'com.github.alice52:common-api-all:pom:1.0'
<dependency org="com.github.alice52" name="common-api-all" rev="1.0">
<artifact name="common-api-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.alice52', module='common-api-all', version='1.0')
)
libraryDependencies += "com.github.alice52" % "common-api-all" % "1.0"
[com.github.alice52/common-api-all "1.0"]