Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.shuibo |
ArtifactId | ArtifactIdrsa-encrypt-body-spring-boot |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/ -->
<dependency>
<groupId>cn.shuibo</groupId>
<artifactId>rsa-encrypt-body-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/
implementation 'cn.shuibo:rsa-encrypt-body-spring-boot:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/
implementation ("cn.shuibo:rsa-encrypt-body-spring-boot:1.0.0.RELEASE")
'cn.shuibo:rsa-encrypt-body-spring-boot:jar:1.0.0.RELEASE'
<dependency org="cn.shuibo" name="rsa-encrypt-body-spring-boot" rev="1.0.0.RELEASE">
<artifact name="rsa-encrypt-body-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.shuibo', module='rsa-encrypt-body-spring-boot', version='1.0.0.RELEASE')
)
libraryDependencies += "cn.shuibo" % "rsa-encrypt-body-spring-boot" % "1.0.0.RELEASE"
[cn.shuibo/rsa-encrypt-body-spring-boot "1.0.0.RELEASE"]