MVN

io.helidon.microprofile.bundles : helidon-microprofile-3.1

Maven & Gradle

May 26, 2023
1 usages
3k stars

Helidon Microprofile Bundles 3.1

<dependency>
    <groupId>io.helidon.microprofile.bundles</groupId>
    <artifactId>helidon-microprofile-3.1</artifactId>
    <version>1.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.microprofile.bundles : helidon-microprofile-3.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.13

All Versions

Choose a version of io.helidon.microprofile.bundles : helidon-microprofile-3.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
helidon-microprofile-3.1-1.4.13
helidon-microprofile-3.1-1.4.12
helidon-microprofile-3.1-1.4.11
helidon-microprofile-3.1-1.4.10
helidon-microprofile-3.1-1.4.9
helidon-microprofile-3.1-1.4.8
helidon-microprofile-3.1-1.4.7
helidon-microprofile-3.1-1.4.6
helidon-microprofile-3.1-1.4.5
helidon-microprofile-3.1-1.4.4
helidon-microprofile-3.1-1.4.3
helidon-microprofile-3.1-1.4.2
helidon-microprofile-3.1-1.4.1
helidon-microprofile-3.1-1.4.0

How to add a dependency to Maven

Add the following io.helidon.microprofile.bundles : helidon-microprofile-3.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.helidon.microprofile.bundles</groupId>
    <artifactId>helidon-microprofile-3.1</artifactId>
    <version>1.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.helidon.microprofile.bundles : helidon-microprofile-3.1 gradle dependency to your build.gradle file:

implementation 'io.helidon.microprofile.bundles:helidon-microprofile-3.1:1.4.13'

Gradle Kotlin DSL: Add the following io.helidon.microprofile.bundles : helidon-microprofile-3.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.helidon.microprofile.bundles:helidon-microprofile-3.1:1.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.helidon.microprofile.bundles : helidon-microprofile-3.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.helidon.microprofile.bundles" % "helidon-microprofile-3.1" % "1.4.13"