Files download
File Operation
grace-plugin-services-2023.0.3.jar download
grace-plugin-services-2023.0.3.pom download
grace-plugin-services-2023.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graceframework</groupId>
  <artifactId>grace-plugin-services</artifactId>
  <version>2023.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.graceframework:grace-plugin-services:2023.0.3'
Gradle Kotlin
implementation("org.graceframework:grace-plugin-services:2023.0.3")
Scala SBT
libraryDependencies += "org.graceframework" % "grace-plugin-services" % "2023.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.graceframework', module='grace-plugin-services', version='2023.0.3')
)
Apache Ivy
<dependency org="org.graceframework" name="grace-plugin-services" rev="2023.0.3" />
Leiningen
[org.graceframework/grace-plugin-services "2023.0.3"]
Apache Buildr
'org.graceframework:grace-plugin-services:jar:2023.0.3'