MVN

com.github.ldeitos : cdi-util

Maven & Gradle

Jul 05, 2015
1 usages
1 stars

CDI Util · Utilitary to get bean instance CDI managed.

<dependency>
    <groupId>com.github.ldeitos</groupId>
    <artifactId>cdi-util</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ldeitos : cdi-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2
  • Latest Release Candidate: 0.0.1-RC1

All Versions

Choose a version of com.github.ldeitos : cdi-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
cdi-util-0.6.2
cdi-util-0.6.1
0.5.x
cdi-util-0.5.0
0.4.x
cdi-util-0.4.0
0.3.x
cdi-util-0.3.0
0.2.x
cdi-util-0.2.0
0.0.x
cdi-util-0.0.1-RC1

How to add a dependency to Maven

Add the following com.github.ldeitos : cdi-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ldeitos</groupId>
    <artifactId>cdi-util</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ldeitos : cdi-util gradle dependency to your build.gradle file:

implementation 'com.github.ldeitos:cdi-util:0.6.2'

Gradle Kotlin DSL: Add the following com.github.ldeitos : cdi-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ldeitos:cdi-util:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ldeitos : cdi-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ldeitos" % "cdi-util" % "0.6.2"

Advertisement