| Лицензия |
Лицензия
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
|
|---|---|
| Группа | Группаorg.softsmithy.lib |
| Идентификатор | Идентификаторlib-parent |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSoftSmithy Utility Library - Parent POM
The parent POM of the SoftSmithy Utility Library project. This SoftSmithy Utility Library Parent POM should be the parent (either directly or indirectly) of every SoftSmithy Utility Library project unless there is a good reason to do otherwise (in which case the reason should be documented).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| lib-parent-0.1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.softsmithy.lib/lib-parent/ -->
<dependency>
<groupId>org.softsmithy.lib</groupId>
<artifactId>lib-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.softsmithy.lib/lib-parent/
implementation 'org.softsmithy.lib:lib-parent:0.1'
// https://jarcasting.com/artifacts/org.softsmithy.lib/lib-parent/
implementation ("org.softsmithy.lib:lib-parent:0.1")
'org.softsmithy.lib:lib-parent:pom:0.1'
<dependency org="org.softsmithy.lib" name="lib-parent" rev="0.1">
<artifact name="lib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.softsmithy.lib', module='lib-parent', version='0.1')
)
libraryDependencies += "org.softsmithy.lib" % "lib-parent" % "0.1"
[org.softsmithy.lib/lib-parent "0.1"]