File | Operation |
---|---|
weld-junit-parent-1.0.0.Final.pom | download |
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
<version>1.0.0.Final</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-junit-parent', version='1.0.0.Final')
)
<parent> <groupId>org.jboss.weld</groupId> <artifactId>weld-parent</artifactId> <version>36</version> </parent>