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