MVN

org.hepeng : hp-java-commons

Maven & Gradle

Dec 27, 2018
<dependency>
    <groupId>org.hepeng</groupId>
    <artifactId>hp-java-commons</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hepeng : hp-java-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.hepeng : hp-java-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
hp-java-commons-1.1.6
hp-java-commons-1.1.5
hp-java-commons-1.1.4
hp-java-commons-1.1.3
hp-java-commons-1.1.2
hp-java-commons-1.1.1
hp-java-commons-1.1.0
1.0.x
hp-java-commons-1.0.9
hp-java-commons-1.0.8
hp-java-commons-1.0.7
hp-java-commons-1.0.6
hp-java-commons-1.0.5
hp-java-commons-1.0.4
hp-java-commons-1.0.3
hp-java-commons-1.0.2
hp-java-commons-1.0.1
hp-java-commons-1.0.0

How to add a dependency to Maven

Add the following org.hepeng : hp-java-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hepeng</groupId>
    <artifactId>hp-java-commons</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hepeng : hp-java-commons gradle dependency to your build.gradle file:

implementation 'org.hepeng:hp-java-commons:1.1.6'

Gradle Kotlin DSL: Add the following org.hepeng : hp-java-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hepeng:hp-java-commons:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hepeng : hp-java-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hepeng" % "hp-java-commons" % "1.1.6"

Advertisement