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

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

License

License

GroupId

GroupId

com.github.spring-bees
ArtifactId

ArtifactId

spring-beet-dependencies
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project Organization

Lei Zhang <[email protected]>

Download spring-beet-dependencies

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.1
1.0.0