| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.felfert | 
    
| ArtifactId | ArtifactIdsslutils | 
    
| Last Version | Last Version1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGeneric SSL Utilities 
            Various SSL utility classes 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| sslutils-1.1.pom | |
| sslutils-1.1.jar | 15 KB | 
| sslutils-1.1-sources.jar | 10 KB | 
| sslutils-1.1-javadoc.jar | 44 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.felfert/sslutils/ -->
<dependency>
    <groupId>com.github.felfert</groupId>
    <artifactId>sslutils</artifactId>
    <version>1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.felfert/sslutils/
implementation 'com.github.felfert:sslutils:1.1'
                // https://jarcasting.com/artifacts/com.github.felfert/sslutils/
implementation ("com.github.felfert:sslutils:1.1")
                'com.github.felfert:sslutils:jar:1.1'
                <dependency org="com.github.felfert" name="sslutils" rev="1.1">
  <artifact name="sslutils" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.felfert', module='sslutils', version='1.1')
)
                libraryDependencies += "com.github.felfert" % "sslutils" % "1.1"
                [com.github.felfert/sslutils "1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1u2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |