License |
License |
---|---|
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdservice-plugin-loader |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionService Plugin Loader
Wrapper around java.util.ServiceLoader
|
Project URL |
Project URL |
Filename | Size |
---|---|
service-plugin-loader-0.2.pom | |
service-plugin-loader-0.2.jar | 107 KB |
service-plugin-loader-0.2-sources.jar | 103 KB |
service-plugin-loader-0.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/service-plugin-loader/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>service-plugin-loader</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/service-plugin-loader/
implementation 'com.github.kristofa:service-plugin-loader:0.2'
// https://jarcasting.com/artifacts/com.github.kristofa/service-plugin-loader/
implementation ("com.github.kristofa:service-plugin-loader:0.2")
'com.github.kristofa:service-plugin-loader:jar:0.2'
<dependency org="com.github.kristofa" name="service-plugin-loader" rev="0.2">
<artifact name="service-plugin-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='service-plugin-loader', version='0.2')
)
libraryDependencies += "com.github.kristofa" % "service-plugin-loader" % "0.2"
[com.github.kristofa/service-plugin-loader "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.2.1 |
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |