MVN

com.github.ants-double : mainhua

Maven & Gradle

Dec 03, 2022
0 stars

mainhua · 常用工具集成

<dependency>
    <groupId>com.github.ants-double</groupId>
    <artifactId>mainhua</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ants-double : mainhua to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.ants-double : mainhua to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
mainhua-2.1
2.0
mainhua-2.0
1.07
mainhua-1.07
1.06
mainhua-1.06
1.04
mainhua-1.04
1.03
mainhua-1.03-RELEASE
1.02
mainhua-1.02-RELEASE
1.01
mainhua-1.01-RELEASE
1.0
mainhua-1.0-RELEASE

How to add a dependency to Maven

Add the following com.github.ants-double : mainhua maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ants-double</groupId>
    <artifactId>mainhua</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ants-double : mainhua gradle dependency to your build.gradle file:

implementation 'com.github.ants-double:mainhua:2.1'

Gradle Kotlin DSL: Add the following com.github.ants-double : mainhua gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ants-double:mainhua:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ants-double : mainhua sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ants-double" % "mainhua" % "2.1"

Advertisement