| License |
License |
|---|---|
| GroupId | GroupIdcom.anaptecs.jeaf.x-fun |
| ArtifactId | ArtifactIdjeaf-x-fun-test-runtime-project |
| Last Version | Last Version1.6.14 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJEAF X-Fun Test Runtime Project
Project contains test implementation of JEAF X-Fun interfaces. This library is only intended to be used in JUnit tests. Please do not use this implementation for production.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jeaf-x-fun-test-runtime-project-1.6.14.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.x-fun/jeaf-x-fun-test-runtime-project/ -->
<dependency>
<groupId>com.anaptecs.jeaf.x-fun</groupId>
<artifactId>jeaf-x-fun-test-runtime-project</artifactId>
<version>1.6.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.x-fun/jeaf-x-fun-test-runtime-project/
implementation 'com.anaptecs.jeaf.x-fun:jeaf-x-fun-test-runtime-project:1.6.14'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.x-fun/jeaf-x-fun-test-runtime-project/
implementation ("com.anaptecs.jeaf.x-fun:jeaf-x-fun-test-runtime-project:1.6.14")
'com.anaptecs.jeaf.x-fun:jeaf-x-fun-test-runtime-project:pom:1.6.14'
<dependency org="com.anaptecs.jeaf.x-fun" name="jeaf-x-fun-test-runtime-project" rev="1.6.14">
<artifact name="jeaf-x-fun-test-runtime-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.x-fun', module='jeaf-x-fun-test-runtime-project', version='1.6.14')
)
libraryDependencies += "com.anaptecs.jeaf.x-fun" % "jeaf-x-fun-test-runtime-project" % "1.6.14"
[com.anaptecs.jeaf.x-fun/jeaf-x-fun-test-runtime-project "1.6.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.platform : junit-platform-suite-api | jar | 1.8.2 |
| org.junit.platform : junit-platform-runner | jar | 1.8.2 |