MVN

com.github.taymindis : NonSuckOldJavaHelper

Maven & Gradle

Oct 10, 2020
1 stars

NonSuckOldJavaHelper · Old Java Helper(jsp, less than version 7 ) to help for security issue, SSL tls1.2 not working by default jsp as an API synchronizing issue and etc...

<dependency>
    <groupId>com.github.taymindis</groupId>
    <artifactId>NonSuckOldJavaHelper</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
NonSuckOldJavaHelper-1.0.1
NonSuckOldJavaHelper-1.0.0
0.0.x
NonSuckOldJavaHelper-0.0.3
NonSuckOldJavaHelper-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.taymindis</groupId>
    <artifactId>NonSuckOldJavaHelper</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.taymindis:NonSuckOldJavaHelper:1.0.1'

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

implementation("com.github.taymindis:NonSuckOldJavaHelper:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.taymindis" % "NonSuckOldJavaHelper" % "1.0.1"