is not current version
Last Version 1.1.1

org.kordamp.gipsy:gipsy 0.4.1

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.4.1
Type

Type

jar

Download gipsy 0.4.1


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