h

hframe-common

Files download
File Operation
hframe-common-1.0.2.jar download
hframe-common-1.0.2.pom download
hframe-common-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hongframework</groupId>
  <artifactId>hframe-common</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.hongframework:hframe-common:1.0.2'
Gradle Kotlin
implementation("com.github.hongframework:hframe-common:1.0.2")
Scala SBT
libraryDependencies += "com.github.hongframework" % "hframe-common" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hongframework', module='hframe-common', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.hongframework" name="hframe-common" rev="1.0.2" />
Leiningen
[com.github.hongframework/hframe-common "1.0.2"]
Apache Buildr
'com.github.hongframework:hframe-common:jar:1.0.2'