MVN

com.github.feelschaotic : SDKHotFix

Maven & Gradle

Mar 21, 2021
635 stars

SDKHotFix · none

<dependency>
    <groupId>com.github.feelschaotic</groupId>
    <artifactId>SDKHotFix</artifactId>
    <version>1.13-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.13-RELEASE

All Versions

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

Version Vulnerabilities Updated
1.13
SDKHotFix-1.13-RELEASE
1.12
SDKHotFix-1.12-RELEASE
1.10
SDKHotFix-1.10-RELEASE
1.9
SDKHotFix-1.9-RELEASE
1.8
SDKHotFix-1.8-RELEASE
1.7
SDKHotFix-1.7-RELEASE
1.6
SDKHotFix-1.6-RELEASE
1.5
SDKHotFix-1.5-RELEASE
1.4
SDKHotFix-1.4-RELEASE
1.3
SDKHotFix-1.3-RELEASE
1.2
SDKHotFix-1.2-RELEASE
1.1
SDKHotFix-1.1-RELEASE
1.0
SDKHotFix-1.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.feelschaotic</groupId>
    <artifactId>SDKHotFix</artifactId>
    <version>1.13-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.feelschaotic:SDKHotFix:1.13-RELEASE'

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

implementation("com.github.feelschaotic:SDKHotFix:1.13-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.feelschaotic" % "SDKHotFix" % "1.13-RELEASE"