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