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

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

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.github.spring-bees
ArtifactId

ArtifactId

spring-beet-logging
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-logging

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.github.spring-bees : spring-beet-common jar 1.0.1
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-actuator jar
org.projectlombok : lombok jar
com.google.guava : guava jar 29.0-jre

provided (1)

Group / Artifact Type Version
com.github.spotbugs : spotbugs-annotations jar 4.0.3

test (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.slf4j : log4j-over-slf4j jar 1.7.25
com.carrotsearch : junit-benchmarks jar 0.7.2
org.mockito : mockito-core jar 2.23.4
org.junit.jupiter : junit-jupiter-migrationsupport jar 5.6.2
org.awaitility : awaitility jar 3.0.0

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