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

Лицензия

Лицензия

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).
Ссылка на сайт

Ссылка на сайт

https://www.softsmithy.org
Организация-разработчик

Организация-разработчик

SoftSmithy
Система контроля версий

Система контроля версий

https://github.com/SoftSmithy/softsmithy-parent

Скачать softsmithy-parent

Имя Файла Размер
softsmithy-parent-4.1.0.pom 9 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"]

Зависимости

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

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

Данный проект не имеет модулей.

SoftSmithy Open Source Maven Parent POM

This parent POM provides usefull configurations such as properties and pluginManagement.

Major Version Comments
v4
  • Java SE 11

Build the project from sources

mvn clean install

Please note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.

If you don't want to build the dependent projects as well, please make sure to define a proxy in your Maven Repository Manager to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your single group.

org.softsmithy

SoftSmithy

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

Версия
4.1.0
4.0
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.2
1.1
1.0