License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.cdisource.testing |
ArtifactId | ArtifactIdcdisource-testing-junit |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCDISource JUnit Test Runner
Project providing support for testing with CDI and Junit
|
Project Organization |
Project OrganizationCDI Advocate |
<!-- https://jarcasting.com/artifacts/org.cdisource.testing/cdisource-testing-junit/ -->
<dependency>
<groupId>org.cdisource.testing</groupId>
<artifactId>cdisource-testing-junit</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cdisource.testing/cdisource-testing-junit/
implementation 'org.cdisource.testing:cdisource-testing-junit:0.9'
// https://jarcasting.com/artifacts/org.cdisource.testing/cdisource-testing-junit/
implementation ("org.cdisource.testing:cdisource-testing-junit:0.9")
'org.cdisource.testing:cdisource-testing-junit:jar:0.9'
<dependency org="org.cdisource.testing" name="cdisource-testing-junit" rev="0.9">
<artifact name="cdisource-testing-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cdisource.testing', module='cdisource-testing-junit', version='0.9')
)
libraryDependencies += "org.cdisource.testing" % "cdisource-testing-junit" % "0.9"
[org.cdisource.testing/cdisource-testing-junit "0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.cdisource.beancontainer : beancontainer-api | jar | 0.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.8.2 |
javax.enterprise : cdi-api | jar | 1.0-SP1 |
Group / Artifact | Type | Version |
---|---|---|
org.cdisource.beancontainer : beancontainer-weld-impl | jar | 0.9 |