c

ca-fixer

Zero-dependency utility that adds ISRG Root X1 certificate authority for older Java 8 versions (before Update 101)
https://github.com/turikhay/java-cert-fixer
MIT License
Artur Khusainov
Files download
File Operation
ca-fixer-1.6.jar download
ca-fixer-1.6.pom download
ca-fixer-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.turikhay</groupId>
  <artifactId>ca-fixer</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'com.turikhay:ca-fixer:1.6'
Gradle Kotlin
implementation("com.turikhay:ca-fixer:1.6")
Scala SBT
libraryDependencies += "com.turikhay" % "ca-fixer" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.turikhay', module='ca-fixer', version='1.6')
)
Apache Ivy
<dependency org="com.turikhay" name="ca-fixer" rev="1.6" />
Leiningen
[com.turikhay/ca-fixer "1.6"]
Apache Buildr
'com.turikhay:ca-fixer:jar:1.6'
Dependencies
The project has no third-party dependencies