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