Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdca.pjer |
ArtifactId | ArtifactIdhydra-client-resttemplate |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ca.pjer/hydra-client-resttemplate/ -->
<dependency>
<groupId>ca.pjer</groupId>
<artifactId>hydra-client-resttemplate</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.pjer/hydra-client-resttemplate/
implementation 'ca.pjer:hydra-client-resttemplate:0.1.0'
// https://jarcasting.com/artifacts/ca.pjer/hydra-client-resttemplate/
implementation ("ca.pjer:hydra-client-resttemplate:0.1.0")
'ca.pjer:hydra-client-resttemplate:jar:0.1.0'
<dependency org="ca.pjer" name="hydra-client-resttemplate" rev="0.1.0">
<artifact name="hydra-client-resttemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.pjer', module='hydra-client-resttemplate', version='0.1.0')
)
libraryDependencies += "ca.pjer" % "hydra-client-resttemplate" % "0.1.0"
[ca.pjer/hydra-client-resttemplate "0.1.0"]