is not current version
Last Version 1.0.3

com.austinv11.servicer:Servicer 1.0.1

Easily wire Java services for loading via java.util.ServiceLoader

GroupId

GroupId

com.austinv11.servicer
ArtifactId

ArtifactId

Servicer
Version

Version

1.0.1
Type

Type

jar

Download Servicer 1.0.1


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