License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.amorou.rest.crypto |
ArtifactId | ArtifactIdrest-crypto-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionrest-crypto-spring-boot-starter
Crypto for Spring Boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.amorou.rest.crypto/rest-crypto-spring-boot-starter/ -->
<dependency>
<groupId>cn.amorou.rest.crypto</groupId>
<artifactId>rest-crypto-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.amorou.rest.crypto/rest-crypto-spring-boot-starter/
implementation 'cn.amorou.rest.crypto:rest-crypto-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/cn.amorou.rest.crypto/rest-crypto-spring-boot-starter/
implementation ("cn.amorou.rest.crypto:rest-crypto-spring-boot-starter:1.0.0")
'cn.amorou.rest.crypto:rest-crypto-spring-boot-starter:jar:1.0.0'
<dependency org="cn.amorou.rest.crypto" name="rest-crypto-spring-boot-starter" rev="1.0.0">
<artifact name="rest-crypto-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.amorou.rest.crypto', module='rest-crypto-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "cn.amorou.rest.crypto" % "rest-crypto-spring-boot-starter" % "1.0.0"
[cn.amorou.rest.crypto/rest-crypto-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.4.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.4.RELEASE |
org.springframework : spring-web | jar | 5.2.3.RELEASE |
org.springframework : spring-webmvc | jar | 5.2.3.RELEASE |
com.alibaba : fastjson | jar | 1.2.62 |
org.bouncycastle : bcprov-jdk15on | jar | 1.64 |
commons-codec : commons-codec | jar | 1.14 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |