| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.waleed-anjum |
| Идентификатор | Идентификаторmysampleproduct |
| Последняя версия | Последняя версия1.2.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmaven publishing understanding
understanding publishing maven
|
| Имя Файла | Размер |
|---|---|
| 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"]