h

helidon-service-common-rest

Files download
File Operation
helidon-service-common-rest-3.0.0.jar download
helidon-service-common-rest-3.0.0.pom download
helidon-service-common-rest-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.helidon.service-common</groupId>
  <artifactId>helidon-service-common-rest</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.service-common:helidon-service-common-rest:3.0.0'
Gradle Kotlin
implementation("io.helidon.service-common:helidon-service-common-rest:3.0.0")
Scala SBT
libraryDependencies += "io.helidon.service-common" % "helidon-service-common-rest" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.service-common', module='helidon-service-common-rest', version='3.0.0')
)
Apache Ivy
<dependency org="io.helidon.service-common" name="helidon-service-common-rest" rev="3.0.0" />
Leiningen
[io.helidon.service-common/helidon-service-common-rest "3.0.0"]
Apache Buildr
'io.helidon.service-common:helidon-service-common-rest:jar:3.0.0'