не последняя версия
Последняя версия 0.2.9

io.higgs:spi 0.2.8

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

Группа

Группа

io.higgs
Идентификатор

Идентификатор

spi
Версия

Версия

0.2.8
Тип

Тип

jar

Скачать 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"]