MVN

com.narupley : not-going-to-be-commons-ssl

Maven & Gradle

Mar 12, 2019
2 usages
15 stars

Not-Going-To-Be-Commons-SSL · A Java 9+ compliant fork of Not-Yet-Commons-SSL

<dependency>
    <groupId>com.narupley</groupId>
    <artifactId>not-going-to-be-commons-ssl</artifactId>
    <version>0.3.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.narupley : not-going-to-be-commons-ssl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.20

All Versions

Choose a version of com.narupley : not-going-to-be-commons-ssl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
not-going-to-be-commons-ssl-0.3.20
not-going-to-be-commons-ssl-0.3.19
not-going-to-be-commons-ssl-0.3.18

How to add a dependency to Maven

Add the following com.narupley : not-going-to-be-commons-ssl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.narupley</groupId>
    <artifactId>not-going-to-be-commons-ssl</artifactId>
    <version>0.3.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.narupley : not-going-to-be-commons-ssl gradle dependency to your build.gradle file:

implementation 'com.narupley:not-going-to-be-commons-ssl:0.3.20'

Gradle Kotlin DSL: Add the following com.narupley : not-going-to-be-commons-ssl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.narupley:not-going-to-be-commons-ssl:0.3.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.narupley : not-going-to-be-commons-ssl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.narupley" % "not-going-to-be-commons-ssl" % "0.3.20"

Advertisement