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