h

helidon-service-common-rest

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