License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.csueiras.acme |
ArtifactId | ArtifactIdspring-boot-starter-acme |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-acme
acme SSL Cert Integration.
|
<!-- https://jarcasting.com/artifacts/com.github.csueiras.acme/spring-boot-starter-acme/ -->
<dependency>
<groupId>com.github.csueiras.acme</groupId>
<artifactId>spring-boot-starter-acme</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.csueiras.acme/spring-boot-starter-acme/
implementation 'com.github.csueiras.acme:spring-boot-starter-acme:0.1.0'
// https://jarcasting.com/artifacts/com.github.csueiras.acme/spring-boot-starter-acme/
implementation ("com.github.csueiras.acme:spring-boot-starter-acme:0.1.0")
'com.github.csueiras.acme:spring-boot-starter-acme:jar:0.1.0'
<dependency org="com.github.csueiras.acme" name="spring-boot-starter-acme" rev="0.1.0">
<artifact name="spring-boot-starter-acme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.csueiras.acme', module='spring-boot-starter-acme', version='0.1.0')
)
libraryDependencies += "com.github.csueiras.acme" % "spring-boot-starter-acme" % "0.1.0"
[com.github.csueiras.acme/spring-boot-starter-acme "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.3 |
org.shredzone.acme4j : acme4j-client | jar | 2.10 |
org.shredzone.acme4j : acme4j-utils | jar | 2.10 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-starter-validation | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |