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