is not current version
Last Version 0.2

com.github.kristofa:service-plugin-loader 0.1

Wrapper around java.util.ServiceLoader

GroupId

GroupId

com.github.kristofa
ArtifactId

ArtifactId

service-plugin-loader
Version

Version

0.1
Type

Type

jar

Download service-plugin-loader 0.1


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