g

gipsy

Groovy version of Jipsy, a configurable AST Transformation to simplify the use of the Service Provider Interface.
http://github.com/aalmiray/gipsy
The Apache Software License, Version 2.0
Andres Almiray
Files download
File Operation
gipsy-0.4.1.jar download
gipsy-0.4.1.pom download
gipsy-0.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kordamp.gipsy</groupId>
  <artifactId>gipsy</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.kordamp.gipsy:gipsy:0.4.1'
Gradle Kotlin
implementation("org.kordamp.gipsy:gipsy:0.4.1")
Scala SBT
libraryDependencies += "org.kordamp.gipsy" % "gipsy" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.kordamp.gipsy', module='gipsy', version='0.4.1')
)
Apache Ivy
<dependency org="org.kordamp.gipsy" name="gipsy" rev="0.4.1" />
Leiningen
[org.kordamp.gipsy/gipsy "0.4.1"]
Apache Buildr
'org.kordamp.gipsy:gipsy:jar:0.4.1'