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