How to install the Java artifact org.jboss.microcontainer.jboss-managed with Maven
Java
Maven
pom.xml
org.jboss.microcontainer
jboss-managed
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-managed</artifactId>
<version>2.0.0.Beta10</version>
</dependency>
/dependencies>