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

org.softsmithy:softsmithy-parent 2.5

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).

Группа

Группа

org.softsmithy
Идентификатор

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

softsmithy-parent
Версия

Версия

2.5
Тип

Тип

pom

Скачать softsmithy-parent 2.5

Имя Файла Размер
softsmithy-parent-2.5.pom 17 KB
Обзор

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