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