com.github.spring-bees:spring-beet-buildtools

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

com.github.spring-bees
Идентификатор

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

spring-beet-buildtools
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Организация-разработчик

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

Lei Zhang <zhanglei@apache.org>
Система контроля версий

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

https://github.com/spring-bees/spring-beet

Скачать spring-beet-buildtools

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

<!-- https://jarcasting.com/artifacts/com.github.spring-bees/spring-beet-buildtools/ -->
<dependency>
    <groupId>com.github.spring-bees</groupId>
    <artifactId>spring-beet-buildtools</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spring-bees/spring-beet-buildtools/
implementation 'com.github.spring-bees:spring-beet-buildtools:1.0.1'
// https://jarcasting.com/artifacts/com.github.spring-bees/spring-beet-buildtools/
implementation ("com.github.spring-bees:spring-beet-buildtools:1.0.1")
'com.github.spring-bees:spring-beet-buildtools:jar:1.0.1'
<dependency org="com.github.spring-bees" name="spring-beet-buildtools" rev="1.0.1">
  <artifact name="spring-beet-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spring-bees', module='spring-beet-buildtools', version='1.0.1')
)
libraryDependencies += "com.github.spring-bees" % "spring-beet-buildtools" % "1.0.1"
[com.github.spring-bees/spring-beet-buildtools "1.0.1"]

Зависимости

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

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

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

Spring Beet Build Status Maven Central Coverage Status FOSSA Status

编译项目

./mvnw clean install

其它编译参数

跳过代码风格检查

./mvnw clean install -Dcheckstyle.skip

跳过静态代码检查

./mvnw clean install -Dspotbugs.skip

跳过测试覆盖率检查

./mvnw clean install -Djacoco.skip

检查版权信息

./mvnw license:check

添加版权信息

./mvnw license:format

发布 SNAPSHOT 版本

./mvnw clean deploy

发布 Staging 版本

./mvnw clean
./mvnw release:clean
./mvnw release:prepare
./mvnw release:perform
com.github.spring-bees

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

Версия
1.0.1