is not current version
Last Version 1.0.11

com.github.spyhunter99:install-cert 1.0.1

A utility to add certs to the trust store from a connection attempt, originially written by Oracle

GroupId

GroupId

com.github.spyhunter99
ArtifactId

ArtifactId

install-cert
Version

Version

1.0.1
Type

Type

jar

Download install-cert 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.spyhunter99/install-cert/ -->
<dependency>
    <groupId>com.github.spyhunter99</groupId>
    <artifactId>install-cert</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spyhunter99/install-cert/
implementation 'com.github.spyhunter99:install-cert:1.0.1'
// https://jarcasting.com/artifacts/com.github.spyhunter99/install-cert/
implementation ("com.github.spyhunter99:install-cert:1.0.1")
'com.github.spyhunter99:install-cert:jar:1.0.1'
<dependency org="com.github.spyhunter99" name="install-cert" rev="1.0.1">
  <artifact name="install-cert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spyhunter99', module='install-cert', version='1.0.1')
)
libraryDependencies += "com.github.spyhunter99" % "install-cert" % "1.0.1"
[com.github.spyhunter99/install-cert "1.0.1"]