MVN

io.github.zsmarter-api : hulk

Maven & Gradle

Apr 17, 2023

hulk · Hulk推送

<dependency>
    <groupId>io.github.zsmarter-api</groupId>
    <artifactId>hulk</artifactId>
    <version>2.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zsmarter-api : hulk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.9

All Versions

Choose a version of io.github.zsmarter-api : hulk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hulk-2.0.9
hulk-2.0.8
hulk-2.0.7
hulk-2.0.6
hulk-2.0.5
hulk-2.0.4
hulk-2.0.3
hulk-2.0.2
hulk-2.0.1
1.0.x
hulk-1.0.23
hulk-1.0.22
hulk-1.0.21
hulk-1.0.20
hulk-1.0.19
hulk-1.0.18
hulk-1.0.17
hulk-1.0.16
hulk-1.0.15
hulk-1.0.14
hulk-1.0.13
hulk-1.0.12
hulk-1.0.11
hulk-1.0.10
hulk-1.0.9
hulk-1.0.8
hulk-1.0.7
hulk-1.0.6
hulk-1.0.5
hulk-1.0.4
hulk-1.0.3
hulk-1.0.2
hulk-1.0.1

How to add a dependency to Maven

Add the following io.github.zsmarter-api : hulk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zsmarter-api</groupId>
    <artifactId>hulk</artifactId>
    <version>2.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zsmarter-api : hulk gradle dependency to your build.gradle file:

implementation 'io.github.zsmarter-api:hulk:2.0.9'

Gradle Kotlin DSL: Add the following io.github.zsmarter-api : hulk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zsmarter-api:hulk:2.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zsmarter-api : hulk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zsmarter-api" % "hulk" % "2.0.9"