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