Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdbe.atbash.mp.rest-client |
ArtifactId | ArtifactIdmicroprofile-rest-client-api |
Version | Version0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.atbash.mp.rest-client/microprofile-rest-client-api/ -->
<dependency>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.atbash.mp.rest-client/microprofile-rest-client-api/
implementation 'be.atbash.mp.rest-client:microprofile-rest-client-api:0.5'
// https://jarcasting.com/artifacts/be.atbash.mp.rest-client/microprofile-rest-client-api/
implementation ("be.atbash.mp.rest-client:microprofile-rest-client-api:0.5")
'be.atbash.mp.rest-client:microprofile-rest-client-api:jar:0.5'
<dependency org="be.atbash.mp.rest-client" name="microprofile-rest-client-api" rev="0.5">
<artifact name="microprofile-rest-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.atbash.mp.rest-client', module='microprofile-rest-client-api', version='0.5')
)
libraryDependencies += "be.atbash.mp.rest-client" % "microprofile-rest-client-api" % "0.5"
[be.atbash.mp.rest-client/microprofile-rest-client-api "0.5"]