Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.easy4j |
ArtifactId | ArtifactIdeasy4j-oss-spring-boot-starter |
Version | Version0.5.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.easy4j/easy4j-oss-spring-boot-starter/ -->
<dependency>
<groupId>cn.easy4j</groupId>
<artifactId>easy4j-oss-spring-boot-starter</artifactId>
<version>0.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easy4j/easy4j-oss-spring-boot-starter/
implementation 'cn.easy4j:easy4j-oss-spring-boot-starter:0.5.0.RELEASE'
// https://jarcasting.com/artifacts/cn.easy4j/easy4j-oss-spring-boot-starter/
implementation ("cn.easy4j:easy4j-oss-spring-boot-starter:0.5.0.RELEASE")
'cn.easy4j:easy4j-oss-spring-boot-starter:jar:0.5.0.RELEASE'
<dependency org="cn.easy4j" name="easy4j-oss-spring-boot-starter" rev="0.5.0.RELEASE">
<artifact name="easy4j-oss-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easy4j', module='easy4j-oss-spring-boot-starter', version='0.5.0.RELEASE')
)
libraryDependencies += "cn.easy4j" % "easy4j-oss-spring-boot-starter" % "0.5.0.RELEASE"
[cn.easy4j/easy4j-oss-spring-boot-starter "0.5.0.RELEASE"]