is not current version
Last Version 1.0.10

top.potens:papio-log 1.0.5

基于Spring Boot二次封装的业务框架-日志

GroupId

GroupId

top.potens
ArtifactId

ArtifactId

papio-log
Version

Version

1.0.5
Type

Type

jar

Download papio-log 1.0.5


<!-- https://jarcasting.com/artifacts/top.potens/papio-log/ -->
<dependency>
    <groupId>top.potens</groupId>
    <artifactId>papio-log</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.potens/papio-log/
implementation 'top.potens:papio-log:1.0.5'
// https://jarcasting.com/artifacts/top.potens/papio-log/
implementation ("top.potens:papio-log:1.0.5")
'top.potens:papio-log:jar:1.0.5'
<dependency org="top.potens" name="papio-log" rev="1.0.5">
  <artifact name="papio-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.potens', module='papio-log', version='1.0.5')
)
libraryDependencies += "top.potens" % "papio-log" % "1.0.5"
[top.potens/papio-log "1.0.5"]