is not current version
Last Version 7.2.2

cn.stylefeng.roses:groovy-api 7.0.2


Categories

Categories

Groovy Languages
GroupId

GroupId

cn.stylefeng.roses
ArtifactId

ArtifactId

groovy-api
Version

Version

7.0.2
Type

Type

jar

Download groovy-api 7.0.2


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