| GroupId | GroupIdde.ruedigermoeller |
|---|---|
| ArtifactId | ArtifactIdservice-support |
| Version | Version4.27 |
| Type | Typejar |
| Filename | Size |
|---|---|
| service-support-4.27.pom | |
| service-support-4.27.jar | 48 KB |
| service-support-4.27-sources.jar | 22 KB |
| service-support-4.27-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.ruedigermoeller/service-support/ -->
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>service-support</artifactId>
<version>4.27</version>
</dependency>
// https://jarcasting.com/artifacts/de.ruedigermoeller/service-support/
implementation 'de.ruedigermoeller:service-support:4.27'
// https://jarcasting.com/artifacts/de.ruedigermoeller/service-support/
implementation ("de.ruedigermoeller:service-support:4.27")
'de.ruedigermoeller:service-support:jar:4.27'
<dependency org="de.ruedigermoeller" name="service-support" rev="4.27">
<artifact name="service-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ruedigermoeller', module='service-support', version='4.27')
)
libraryDependencies += "de.ruedigermoeller" % "service-support" % "4.27"
[de.ruedigermoeller/service-support "4.27"]