is not current version
Last Version 1.1.1

org.kordamp.gipsy:gipsy 0.5.0

Groovy version of Jipsy, a configurable AST Transformation to simplify the use of the Service Provider Interface.

GroupId

GroupId

org.kordamp.gipsy
ArtifactId

ArtifactId

gipsy
Version

Version

0.5.0
Type

Type

jar

Download gipsy 0.5.0


<!-- https://jarcasting.com/artifacts/org.kordamp.gipsy/gipsy/ -->
<dependency>
    <groupId>org.kordamp.gipsy</groupId>
    <artifactId>gipsy</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kordamp.gipsy/gipsy/
implementation 'org.kordamp.gipsy:gipsy:0.5.0'
// https://jarcasting.com/artifacts/org.kordamp.gipsy/gipsy/
implementation ("org.kordamp.gipsy:gipsy:0.5.0")
'org.kordamp.gipsy:gipsy:jar:0.5.0'
<dependency org="org.kordamp.gipsy" name="gipsy" rev="0.5.0">
  <artifact name="gipsy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kordamp.gipsy', module='gipsy', version='0.5.0')
)
libraryDependencies += "org.kordamp.gipsy" % "gipsy" % "0.5.0"
[org.kordamp.gipsy/gipsy "0.5.0"]