h

helidon-service-common-rest

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