MVN

com.github.spoofzu : DeepViolet

Maven & Gradle

Aug 03, 2018
136 stars

TLS/SSL security introspection API

<dependency>
    <groupId>com.github.spoofzu</groupId>
    <artifactId>DeepViolet</artifactId>
    <version>5.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.1.16

All Versions

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

Version Vulnerabilities Updated
5.1.x
DeepViolet-5.1.16
DeepViolet-5.1.9
DeepViolet-5.1.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.spoofzu</groupId>
    <artifactId>DeepViolet</artifactId>
    <version>5.1.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.spoofzu:DeepViolet:5.1.16'

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

implementation("com.github.spoofzu:DeepViolet:5.1.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.spoofzu" % "DeepViolet" % "5.1.16"

Advertisement