maven publishing understanding

understanding publishing maven

Лицензия

Лицензия

Группа

Группа

com.github.waleed-anjum
Идентификатор

Идентификатор

mysampleproduct
Последняя версия

Последняя версия

1.2.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

maven publishing understanding
understanding publishing maven

Скачать mysampleproduct

Имя Файла Размер
mysampleproduct-1.2.4.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.waleed-anjum/mysampleproduct/ -->
<dependency>
    <groupId>com.github.waleed-anjum</groupId>
    <artifactId>mysampleproduct</artifactId>
    <version>1.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mysampleproduct/
implementation 'com.github.waleed-anjum:mysampleproduct:1.2.4'
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mysampleproduct/
implementation ("com.github.waleed-anjum:mysampleproduct:1.2.4")
'com.github.waleed-anjum:mysampleproduct:pom:1.2.4'
<dependency org="com.github.waleed-anjum" name="mysampleproduct" rev="1.2.4">
  <artifact name="mysampleproduct" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.waleed-anjum', module='mysampleproduct', version='1.2.4')
)
libraryDependencies += "com.github.waleed-anjum" % "mysampleproduct" % "1.2.4"
[com.github.waleed-anjum/mysampleproduct "1.2.4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • ../mycommon
  • ../usage

Версии библиотеки

Версия
1.2.4
1.2.3