Last Version

CDI Test 4.0.0-RC6

JUnit extension for easy and efficient testing of CDI components

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.hilling.junit.cdi
ArtifactId

ArtifactId

cdi-test
Version

Version

4.0.0-RC6
Type

Type

pom
Description

Description

CDI Test
JUnit extension for easy and efficient testing of CDI components
Project URL

Project URL

https://github.com/guhilling/cdi-test
Source Code Management

Source Code Management

https://github.com/guhilling/cdi-test.git

Download cdi-test 4.0.0-RC6

Filename Size
cdi-test-4.0.0-RC6.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/ -->
<dependency>
    <groupId>de.hilling.junit.cdi</groupId>
    <artifactId>cdi-test</artifactId>
    <version>4.0.0-RC6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation 'de.hilling.junit.cdi:cdi-test:4.0.0-RC6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation ("de.hilling.junit.cdi:cdi-test:4.0.0-RC6")
'de.hilling.junit.cdi:cdi-test:pom:4.0.0-RC6'
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="4.0.0-RC6">
  <artifact name="cdi-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test', version='4.0.0-RC6')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "4.0.0-RC6"
[de.hilling.junit.cdi/cdi-test "4.0.0-RC6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • docs
  • cdi-test-core
  • cdi-test-api
  • cdi-test-jee
  • cdi-test-microprofile
  • integration-tests