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