GroupId | GroupIdio.helixservice |
---|---|
ArtifactId | ArtifactIdhelix-rest |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
helix-rest-1.0.3.pom | |
helix-rest-1.0.3.jar | 78 KB |
helix-rest-1.0.3-sources.jar | 59 KB |
helix-rest-1.0.3-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helixservice/helix-rest/ -->
<dependency>
<groupId>io.helixservice</groupId>
<artifactId>helix-rest</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-rest/
implementation 'io.helixservice:helix-rest:1.0.3'
// https://jarcasting.com/artifacts/io.helixservice/helix-rest/
implementation ("io.helixservice:helix-rest:1.0.3")
'io.helixservice:helix-rest:jar:1.0.3'
<dependency org="io.helixservice" name="helix-rest" rev="1.0.3">
<artifact name="helix-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-rest', version='1.0.3')
)
libraryDependencies += "io.helixservice" % "helix-rest" % "1.0.3"
[io.helixservice/helix-rest "1.0.3"]