License |
License |
---|---|
GroupId | GroupIdcom.austinv11.servicer |
ArtifactId | ArtifactIdServicer |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionServicer
Easily wire Java services for loading via java.util.ServiceLoader
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Servicer-1.0.3.pom | |
Servicer-1.0.3.jar | 6 KB |
Servicer-1.0.3-sources.jar | 3 KB |
Servicer-1.0.3-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.austinv11.servicer/Servicer/ -->
<dependency>
<groupId>com.austinv11.servicer</groupId>
<artifactId>Servicer</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.austinv11.servicer/Servicer/
implementation 'com.austinv11.servicer:Servicer:1.0.3'
// https://jarcasting.com/artifacts/com.austinv11.servicer/Servicer/
implementation ("com.austinv11.servicer:Servicer:1.0.3")
'com.austinv11.servicer:Servicer:jar:1.0.3'
<dependency org="com.austinv11.servicer" name="Servicer" rev="1.0.3">
<artifact name="Servicer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.austinv11.servicer', module='Servicer', version='1.0.3')
)
libraryDependencies += "com.austinv11.servicer" % "Servicer" % "1.0.3"
[com.austinv11.servicer/Servicer "1.0.3"]