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