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

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-demo
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
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-demo

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.spring-bees : spring-beet-common jar 1.0.1
com.github.spring-bees : spring-beet-logging jar 1.0.1
com.github.spring-bees : spring-beet-web jar 1.0.1

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