| License |
License |
|---|---|
| GroupId | GroupIdch.dvbern.oss.cdifixtures |
| ArtifactId | ArtifactIdcdi-fixtures |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDVBern CDI-Fixtures
Fixture Framework to inject Testdata with CDI. You can define multiple configurators with different data for each entity
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cdi-fixtures-1.0.6.pom | |
| cdi-fixtures-1.0.6.jar | 17 KB |
| cdi-fixtures-1.0.6-sources.jar | 17 KB |
| cdi-fixtures-1.0.6-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.dvbern.oss.cdifixtures/cdi-fixtures/ -->
<dependency>
<groupId>ch.dvbern.oss.cdifixtures</groupId>
<artifactId>cdi-fixtures</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/ch.dvbern.oss.cdifixtures/cdi-fixtures/
implementation 'ch.dvbern.oss.cdifixtures:cdi-fixtures:1.0.6'
// https://jarcasting.com/artifacts/ch.dvbern.oss.cdifixtures/cdi-fixtures/
implementation ("ch.dvbern.oss.cdifixtures:cdi-fixtures:1.0.6")
'ch.dvbern.oss.cdifixtures:cdi-fixtures:jar:1.0.6'
<dependency org="ch.dvbern.oss.cdifixtures" name="cdi-fixtures" rev="1.0.6">
<artifact name="cdi-fixtures" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.dvbern.oss.cdifixtures', module='cdi-fixtures', version='1.0.6')
)
libraryDependencies += "ch.dvbern.oss.cdifixtures" % "cdi-fixtures" % "1.0.6"
[ch.dvbern.oss.cdifixtures/cdi-fixtures "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.github.spotbugs : spotbugs-annotations Optional | jar | 4.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.enterprise : cdi-api | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.dvbern.oss.cditest : cdi-test | jar | 1.0.4 |