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