License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIduk.co.blackpepper |
ArtifactId | ArtifactIdhal-client-test-parent |
Version | Version0.1.1 |
Type | Typepom |
Description |
DescriptionA Java library for accessing a JSON+HAL REST API
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hal-client-test-parent-0.1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.blackpepper/hal-client-test-parent/ -->
<dependency>
<groupId>uk.co.blackpepper</groupId>
<artifactId>hal-client-test-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.co.blackpepper/hal-client-test-parent/
implementation 'uk.co.blackpepper:hal-client-test-parent:0.1.1'
// https://jarcasting.com/artifacts/uk.co.blackpepper/hal-client-test-parent/
implementation ("uk.co.blackpepper:hal-client-test-parent:0.1.1")
'uk.co.blackpepper:hal-client-test-parent:pom:0.1.1'
<dependency org="uk.co.blackpepper" name="hal-client-test-parent" rev="0.1.1">
<artifact name="hal-client-test-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.co.blackpepper', module='hal-client-test-parent', version='0.1.1')
)
libraryDependencies += "uk.co.blackpepper" % "hal-client-test-parent" % "0.1.1"
[uk.co.blackpepper/hal-client-test-parent "0.1.1"]