is not current version
Last Version 7.2.2

cn.stylefeng.roses:roses-kernel 7.0.1

Roses是开源项目Guns的核心包

GroupId

GroupId

cn.stylefeng.roses
ArtifactId

ArtifactId

roses-kernel
Version

Version

7.0.1
Type

Type

pom

Download roses-kernel 7.0.1

Filename Size
roses-kernel-7.0.1.pom 13 KB
Browse

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