MVN

com.github.oughttoprevail : AsyncSSLNetwork

Maven & Gradle

Nov 29, 2019
0 stars

AsyncSSLNetwork · An easy-to-use asynchronous secure with SSL cross-platform network library

<dependency>
    <groupId>com.github.oughttoprevail</groupId>
    <artifactId>AsyncSSLNetwork</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.oughttoprevail : AsyncSSLNetwork to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.github.oughttoprevail : AsyncSSLNetwork to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
AsyncSSLNetwork-1.2.3
AsyncSSLNetwork-1.2.2
AsyncSSLNetwork-1.2.1
AsyncSSLNetwork-1.2.0
1.1.x
AsyncSSLNetwork-1.1.9
AsyncSSLNetwork-1.1.8
AsyncSSLNetwork-1.1.7
AsyncSSLNetwork-1.1.6
AsyncSSLNetwork-1.1.5
AsyncSSLNetwork-1.1.4
AsyncSSLNetwork-1.1.3
AsyncSSLNetwork-1.1.2
AsyncSSLNetwork-1.1.1
AsyncSSLNetwork-1.1.0
1.0.x
AsyncSSLNetwork-1.0.9
AsyncSSLNetwork-1.0.8
AsyncSSLNetwork-1.0.7
AsyncSSLNetwork-1.0.6
AsyncSSLNetwork-1.0.5
AsyncSSLNetwork-1.0.4
AsyncSSLNetwork-1.0.3
AsyncSSLNetwork-1.0.1
AsyncSSLNetwork-1.0.0

How to add a dependency to Maven

Add the following com.github.oughttoprevail : AsyncSSLNetwork maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.oughttoprevail</groupId>
    <artifactId>AsyncSSLNetwork</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.oughttoprevail : AsyncSSLNetwork gradle dependency to your build.gradle file:

implementation 'com.github.oughttoprevail:AsyncSSLNetwork:1.2.3'

Gradle Kotlin DSL: Add the following com.github.oughttoprevail : AsyncSSLNetwork gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.oughttoprevail:AsyncSSLNetwork:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.oughttoprevail : AsyncSSLNetwork sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.oughttoprevail" % "AsyncSSLNetwork" % "1.2.3"