HandcraftedBits Parent POM

A parent POM used by HandcraftedBits projects

Лицензия

Лицензия

Группа

Группа

com.handcraftedbits
Идентификатор

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

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

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

1.5.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

HandcraftedBits Parent POM
A parent POM used by HandcraftedBits projects
Ссылка на сайт

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

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

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

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

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

https://github.com/handcraftedbits/handcraftedbits-parent

Скачать handcraftedbits-parent

Имя Файла Размер
handcraftedbits-parent-1.5.1.pom 6 KB
Обзор

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

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

Зависимости

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

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

  • handcraftedbits-parent-java

HandcraftedBits Parent POM

A parent POM used by HandcraftedBits Maven projects.

Profiles

release

  • Active by default?: no
  • Activated by: flag
  • Purpose: Used with deploy goal to sign artifacts and push to Nexus.

update-copyright

  • Active by default?: no
  • Activated by: existence of ${basedir}/LICENSE file
  • Purpose: Applies copyright headers to Java, XML, and properties files.

Snippets

Add additional source roots and/or file types:

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>license-maven-plugin</artifactId>
  <configuration>
    <roots>
      <root><!-- Additional source root --></root>
    <includes>
      <include><!-- Additional file type --></include>
    </includes>
  </configuration>
</plugin>

Properties

checkstyle.suppressions.location

  • Purpose: Used to specify the location of the Checkstyle suppressions file.
  • Default value: checkstyle-handcraftedbits-suppressions.xml

license.type

  • Purpose: Controls the source code license used by license-maven-plugin.
  • Default value: ASL2

version.maven.minimum

  • Purpose: Used to specify the minimum required Maven version.
  • Default value: 3.6.3

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

Версия
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0