is not current version
Last Version 1.1.1

org.kordamp.gipsy:gipsy 1.1.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

1.1.0
Type

Type

jar

Download gipsy 1.1.0


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