MVN

io.github.du-meng-nan : hookcore

Maven & Gradle

Jun 06, 2022

HookPlus · HookPlus library.

<dependency>
    <groupId>io.github.du-meng-nan</groupId>
    <artifactId>hookcore</artifactId>
    <version>0.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.du-meng-nan : hookcore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9

All Versions

Choose a version of io.github.du-meng-nan : hookcore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
hookcore-0.1.9
hookcore-0.1.8
hookcore-0.1.7
hookcore-0.1.6
hookcore-0.1.5
hookcore-0.1.4
hookcore-0.1.3
hookcore-0.1.2
hookcore-0.1.1
hookcore-0.1.0
0.0.x
hookcore-0.0.9
hookcore-0.0.8
hookcore-0.0.7
hookcore-0.0.6
hookcore-0.0.5
hookcore-0.0.4
hookcore-0.0.2
hookcore-0.0.1

How to add a dependency to Maven

Add the following io.github.du-meng-nan : hookcore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.du-meng-nan</groupId>
    <artifactId>hookcore</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.du-meng-nan : hookcore gradle dependency to your build.gradle file:

implementation 'io.github.du-meng-nan:hookcore:0.1.9'

Gradle Kotlin DSL: Add the following io.github.du-meng-nan : hookcore gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.du-meng-nan:hookcore:0.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.du-meng-nan : hookcore sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.du-meng-nan" % "hookcore" % "0.1.9"