is not current version
Last Version 1.2.1

io.onee:onee-framework 1.2.0

Spring Boot 项目快速开发框架

GroupId

GroupId

io.onee
ArtifactId

ArtifactId

onee-framework
Version

Version

1.2.0
Type

Type

pom

Download onee-framework 1.2.0

Filename Size
onee-framework-1.2.0.pom 8 KB
Browse

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