License |
License |
---|---|
GroupId | GroupIdio.muserver |
ArtifactId | ArtifactIdmu-acme |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmu-acme
A library to make Mu Server work with LetsEncrypt and other ACME HTTPS certificate providers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mu-acme-0.4.2.pom | |
mu-acme-0.4.2.jar | 15 KB |
mu-acme-0.4.2-sources.jar | 10 KB |
mu-acme-0.4.2-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.muserver/mu-acme/ -->
<dependency>
<groupId>io.muserver</groupId>
<artifactId>mu-acme</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.muserver/mu-acme/
implementation 'io.muserver:mu-acme:0.4.2'
// https://jarcasting.com/artifacts/io.muserver/mu-acme/
implementation ("io.muserver:mu-acme:0.4.2")
'io.muserver:mu-acme:jar:0.4.2'
<dependency org="io.muserver" name="mu-acme" rev="0.4.2">
<artifact name="mu-acme" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.muserver', module='mu-acme', version='0.4.2')
)
libraryDependencies += "io.muserver" % "mu-acme" % "0.4.2"
[io.muserver/mu-acme "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
org.shredzone.acme4j : acme4j-client | jar | 2.12 |
org.shredzone.acme4j : acme4j-utils | jar | 2.12 |
Group / Artifact | Type | Version |
---|---|---|
io.muserver : mu-server | jar | 0.72.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.32 |
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest | jar | 2.2 |
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |