文件下载
文件名 操作
stubby4j-2.0.3.jar 下载
stubby4j-2.0.3.pom 下载
stubby4j-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>by.stub</groupId>
  <artifactId>stubby4j</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'by.stub:stubby4j:2.0.3'
Gradle Kotlin
implementation("by.stub:stubby4j:2.0.3")
Scala SBT
libraryDependencies += "by.stub" % "stubby4j" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='by.stub', module='stubby4j', version='2.0.3')
)
Apache Ivy
<dependency org="by.stub" name="stubby4j" rev="2.0.3" />
Leiningen
[by.stub/stubby4j "2.0.3"]
Apache Buildr
'by.stub:stubby4j:jar:2.0.3'