jessentials-parent

A parent POM for this library collection, which helps to standardize the plugins, libraries, and build settings used in the various modules.

Лицензия

Лицензия

Группа

Группа

com.justdavis.karl.jessentials
Идентификатор

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

jessentials-parent
Последняя версия

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

6.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

jessentials-parent
A parent POM for this library collection, which helps to standardize the plugins, libraries, and build settings used in the various modules.
Ссылка на сайт

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

https://github.com/karlmdavis/jessentials
Организация-разработчик

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

Karl M. Davis
Система контроля версий

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

https://github.com/karlmdavis/jessentials

Скачать jessentials-parent

Имя Файла Размер
jessentials-parent-6.0.0.pom 15 KB
Обзор

Как подключить последнюю версию

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

Зависимости

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

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

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

jessentials

A set of basic "why doesn't this already exist?" utility/library code for Java projects.

Performing a Release

The maven-release-plugin is used to perform releases of this project's modules, deploying the build results to Maven Central (by way of OSSRH).

The modules in this project are intended to be release separately/independently: a release of jessentials-parent shouldn't automatically release jessentials-misc, for example. To ensure this, only run releases from the module subdirectories, like this:

$ cd jessentials.git $ cd jessentials-parent $ mvn release:prepare release:perform

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

Версия
6.0.0
5.0.0
4.1.3