MVN

io.helidon.microprofile.weld : weld-se-core

Maven & Gradle

Jul 18, 2023
3 usages
3k stars
<dependency>
    <groupId>io.helidon.microprofile.weld</groupId>
    <artifactId>weld-se-core</artifactId>
    <version>4.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.microprofile.weld : weld-se-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-M1
  • Latest Release Candidate: 3.0.0-RC2
  • Latest Alpha: 4.0.0-ALPHA6

All Versions

Choose a version of io.helidon.microprofile.weld : weld-se-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
weld-se-core-4.0.0-M1
weld-se-core-4.0.0-ALPHA6
weld-se-core-4.0.0-ALPHA5
weld-se-core-4.0.0-ALPHA4
weld-se-core-4.0.0-ALPHA3
weld-se-core-4.0.0-ALPHA2
weld-se-core-4.0.0-ALPHA1
3.2.x
weld-se-core-3.2.2
weld-se-core-3.2.1
weld-se-core-3.2.0
3.1.x
weld-se-core-3.1.2
weld-se-core-3.1.1
weld-se-core-3.1.0
3.0.x
weld-se-core-3.0.2
weld-se-core-3.0.1
weld-se-core-3.0.0
weld-se-core-3.0.0-RC2
weld-se-core-3.0.0-RC1
weld-se-core-3.0.0-M2
weld-se-core-3.0.0-M1
2.6.x
weld-se-core-2.6.2
weld-se-core-2.6.1
weld-se-core-2.6.0
2.5.x
weld-se-core-2.5.6
weld-se-core-2.5.5
weld-se-core-2.5.4
weld-se-core-2.5.3
weld-se-core-2.5.2
weld-se-core-2.5.1
weld-se-core-2.5.0
2.4.x
weld-se-core-2.4.2
weld-se-core-2.4.1
weld-se-core-2.4.0
2.3.x
weld-se-core-2.3.4
weld-se-core-2.3.3
weld-se-core-2.3.2
weld-se-core-2.3.1
weld-se-core-2.3.0
2.2.x
weld-se-core-2.2.2
weld-se-core-2.2.1
weld-se-core-2.2.0
2.1.x
weld-se-core-2.1.0
2.0.x
weld-se-core-2.0.2
weld-se-core-2.0.1
weld-se-core-2.0.0
weld-se-core-2.0.0-RC2
weld-se-core-2.0.0-RC1
weld-se-core-2.0.0-M4
weld-se-core-2.0.0-M3
weld-se-core-2.0.0-M2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.helidon.microprofile.weld</groupId>
    <artifactId>weld-se-core</artifactId>
    <version>4.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.helidon.microprofile.weld : weld-se-core gradle dependency to your build.gradle file:

implementation 'io.helidon.microprofile.weld:weld-se-core:4.0.0-M1'

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

implementation("io.helidon.microprofile.weld:weld-se-core:4.0.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.helidon.microprofile.weld : weld-se-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.helidon.microprofile.weld" % "weld-se-core" % "4.0.0-M1"