GroupId | GroupIdorg.codegas |
---|---|
ArtifactId | ArtifactIdcodegas-webservice-hal |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codegas/codegas-webservice-hal/ -->
<dependency>
<groupId>org.codegas</groupId>
<artifactId>codegas-webservice-hal</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codegas/codegas-webservice-hal/
implementation 'org.codegas:codegas-webservice-hal:1.0.0'
// https://jarcasting.com/artifacts/org.codegas/codegas-webservice-hal/
implementation ("org.codegas:codegas-webservice-hal:1.0.0")
'org.codegas:codegas-webservice-hal:jar:1.0.0'
<dependency org="org.codegas" name="codegas-webservice-hal" rev="1.0.0">
<artifact name="codegas-webservice-hal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codegas', module='codegas-webservice-hal', version='1.0.0')
)
libraryDependencies += "org.codegas" % "codegas-webservice-hal" % "1.0.0"
[org.codegas/codegas-webservice-hal "1.0.0"]