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