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