is not current version
Last Version 0.2.9

io.higgs:spi 0.2.8

Java Annotation and Processor to simplify the use of the Service Provider Interface

GroupId

GroupId

io.higgs
ArtifactId

ArtifactId

spi
Version

Version

0.2.8
Type

Type

jar

Download spi 0.2.8


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