| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.anaptecs.jeaf.junit |
| ArtifactId | ArtifactIdjeaf-junit-extensions-impl-project |
| Version | Version1.6.0 |
| Type | Typepom |
| Description |
DescriptionJEAF JUnit Extensions Impl Project
Project provides a JUnit extensions so that JEAF Services can be run in JUnit environments without haveing the need to start a web or application server.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jeaf-junit-extensions-impl-project-1.6.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.junit/jeaf-junit-extensions-impl-project/ -->
<dependency>
<groupId>com.anaptecs.jeaf.junit</groupId>
<artifactId>jeaf-junit-extensions-impl-project</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.junit/jeaf-junit-extensions-impl-project/
implementation 'com.anaptecs.jeaf.junit:jeaf-junit-extensions-impl-project:1.6.0'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.junit/jeaf-junit-extensions-impl-project/
implementation ("com.anaptecs.jeaf.junit:jeaf-junit-extensions-impl-project:1.6.0")
'com.anaptecs.jeaf.junit:jeaf-junit-extensions-impl-project:pom:1.6.0'
<dependency org="com.anaptecs.jeaf.junit" name="jeaf-junit-extensions-impl-project" rev="1.6.0">
<artifact name="jeaf-junit-extensions-impl-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.junit', module='jeaf-junit-extensions-impl-project', version='1.6.0')
)
libraryDependencies += "com.anaptecs.jeaf.junit" % "jeaf-junit-extensions-impl-project" % "1.6.0"
[com.anaptecs.jeaf.junit/jeaf-junit-extensions-impl-project "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
| org.junit.platform : junit-platform-suite-api | jar | 1.5.2 |
| org.junit.platform : junit-platform-runner | jar | 1.5.2 |