<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>cdi</artifactId>
</dependency>CDI
The fraction supports CDI (Content & Dependency Injection) which is a handy method for weaving components together.  The primary part of CDI is the @Inject annotation.
Configuration
To use CDI in your application, you need to add the following dependency: