GroupId | GroupIdio.helixservice |
---|---|
ArtifactId | ArtifactIdhelix-rest |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
helix-rest-1.0.1.pom | |
helix-rest-1.0.1.jar | 78 KB |
helix-rest-1.0.1-sources.jar | 59 KB |
helix-rest-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-rest/
implementation 'io.helixservice:helix-rest:1.0.1'
// https://jarcasting.com/artifacts/io.helixservice/helix-rest/
implementation ("io.helixservice:helix-rest:1.0.1")
'io.helixservice:helix-rest:jar:1.0.1'
<dependency org="io.helixservice" name="helix-rest" rev="1.0.1">
<artifact name="helix-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-rest', version='1.0.1')
)
libraryDependencies += "io.helixservice" % "helix-rest" % "1.0.1"
[io.helixservice/helix-rest "1.0.1"]