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