| GroupId | GroupIdio.github.ileler |
|---|---|
| ArtifactId | ArtifactIdrequest-service-mapping |
| Version | Version1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.ileler/request-service-mapping/ -->
<dependency>
<groupId>io.github.ileler</groupId>
<artifactId>request-service-mapping</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ileler/request-service-mapping/
implementation 'io.github.ileler:request-service-mapping:1.0'
// https://jarcasting.com/artifacts/io.github.ileler/request-service-mapping/
implementation ("io.github.ileler:request-service-mapping:1.0")
'io.github.ileler:request-service-mapping:jar:1.0'
<dependency org="io.github.ileler" name="request-service-mapping" rev="1.0">
<artifact name="request-service-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ileler', module='request-service-mapping', version='1.0')
)
libraryDependencies += "io.github.ileler" % "request-service-mapping" % "1.0"
[io.github.ileler/request-service-mapping "1.0"]