MVN

com.github.taymindis : JavaHelper

Maven & Gradle

Oct 13, 2020
1 stars

JavaHelper · Java Helper to help for - SSL tls1.2 not working by default - jsp as an API synchronizing issue - PaaS(Page as a service) and etc... - Lock Request Process

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

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
JavaHelper-1.0.5
JavaHelper-1.0.4
JavaHelper-1.0.3
JavaHelper-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.taymindis</groupId>
    <artifactId>JavaHelper</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.taymindis:JavaHelper:1.0.5'

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

implementation("com.github.taymindis:JavaHelper:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.taymindis" % "JavaHelper" % "1.0.5"