s

spi

Java Annotation and Processor to simplify the use of the Service Provider Interface
http://spi.googlecode.org
Apache License Version 2.0
SPI Project Team
Roel Spilker Bart Enkelaar
Files download
File Operation
spi-0.2.8.jar download
spi-0.2.8.pom download
spi-0.2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.higgs</groupId>
  <artifactId>spi</artifactId>
  <version>0.2.8</version>
</dependency>
Gradle Groovy
implementation 'io.higgs:spi:0.2.8'
Gradle Kotlin
implementation("io.higgs:spi:0.2.8")
Scala SBT
libraryDependencies += "io.higgs" % "spi" % "0.2.8"
Groovy Grape
@Grapes(
  @Grab(group='io.higgs', module='spi', version='0.2.8')
)
Apache Ivy
<dependency org="io.higgs" name="spi" rev="0.2.8" />
Leiningen
[io.higgs/spi "0.2.8"]
Apache Buildr
'io.higgs:spi:jar:0.2.8'