h

helidon-service-common-rest

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