License |
License |
---|---|
GroupId | GroupIdio.muserver |
ArtifactId | ArtifactIdmu-acme |
Version | Version0.3.0 |
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.3.0.pom | |
mu-acme-0.3.0.jar | 15 KB |
mu-acme-0.3.0-sources.jar | 10 KB |
mu-acme-0.3.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.muserver/mu-acme/ -->
<dependency>
<groupId>io.muserver</groupId>
<artifactId>mu-acme</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.muserver/mu-acme/
implementation 'io.muserver:mu-acme:0.3.0'
// https://jarcasting.com/artifacts/io.muserver/mu-acme/
implementation ("io.muserver:mu-acme:0.3.0")
'io.muserver:mu-acme:jar:0.3.0'
<dependency org="io.muserver" name="mu-acme" rev="0.3.0">
<artifact name="mu-acme" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.muserver', module='mu-acme', version='0.3.0')
)
libraryDependencies += "io.muserver" % "mu-acme" % "0.3.0"
[io.muserver/mu-acme "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
io.muserver : mu-server | jar | 0.44.0 |
org.shredzone.acme4j : acme4j-client | jar | 2.6 |
org.shredzone.acme4j : acme4j-utils | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
com.squareup.okhttp3 : okhttp | jar | 3.11.0 |