License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers JUnit Unit Testing |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-junit-parent |
Last Version | Last Version4.0.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeld JUnit Extensions
Set of JUnit extensions to enhance the testing of CDI components.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
weld-junit-parent-4.0.0.Final.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-junit-parent/ -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
<version>4.0.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-junit-parent/
implementation 'org.jboss.weld:weld-junit-parent:4.0.0.Final'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-junit-parent/
implementation ("org.jboss.weld:weld-junit-parent:4.0.0.Final")
'org.jboss.weld:weld-junit-parent:pom:4.0.0.Final'
<dependency org="org.jboss.weld" name="weld-junit-parent" rev="4.0.0.Final">
<artifact name="weld-junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-junit-parent', version='4.0.0.Final')
)
libraryDependencies += "org.jboss.weld" % "weld-junit-parent" % "4.0.0.Final"
[org.jboss.weld/weld-junit-parent "4.0.0.Final"]