Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdbe.atbash.mp.rest-client |
ArtifactId | ArtifactIdrest-client-parent |
Version | Version0.5.1 |
Type | Typepom |
Filename | Size |
---|---|
rest-client-parent-0.5.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.atbash.mp.rest-client/rest-client-parent/ -->
<dependency>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>rest-client-parent</artifactId>
<version>0.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.atbash.mp.rest-client/rest-client-parent/
implementation 'be.atbash.mp.rest-client:rest-client-parent:0.5.1'
// https://jarcasting.com/artifacts/be.atbash.mp.rest-client/rest-client-parent/
implementation ("be.atbash.mp.rest-client:rest-client-parent:0.5.1")
'be.atbash.mp.rest-client:rest-client-parent:pom:0.5.1'
<dependency org="be.atbash.mp.rest-client" name="rest-client-parent" rev="0.5.1">
<artifact name="rest-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.atbash.mp.rest-client', module='rest-client-parent', version='0.5.1')
)
libraryDependencies += "be.atbash.mp.rest-client" % "rest-client-parent" % "0.5.1"
[be.atbash.mp.rest-client/rest-client-parent "0.5.1"]