h

helidon-common-concurrency-project

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