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