is not current version
Last Version 1.0.10

top.potens:papio-framework 1.0.1

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

GroupId

GroupId

top.potens
ArtifactId

ArtifactId

papio-framework
Version

Version

1.0.1
Type

Type

pom

Download papio-framework 1.0.1

Filename Size
papio-framework-1.0.1.pom 13 KB
Browse

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