is not current version
Last Version 1.0.10

top.potens:papio-core 1.0.8

基于Spring Boot二次封装的业务框架-papio-core

GroupId

GroupId

top.potens
ArtifactId

ArtifactId

papio-core
Version

Version

1.0.8
Type

Type

jar

Download papio-core 1.0.8


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