License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdorg.ops4j.pax |
ArtifactId | ArtifactIdexam-reactor |
Last Version | Last Version4.13.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax Exam (Reactor POM)
Maven parent POM for all OPS4J Maven projects.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exam-reactor-4.13.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/exam-reactor/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>exam-reactor</artifactId>
<version>4.13.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/exam-reactor/
implementation 'org.ops4j.pax:exam-reactor:4.13.5'
// https://jarcasting.com/artifacts/org.ops4j.pax/exam-reactor/
implementation ("org.ops4j.pax:exam-reactor:4.13.5")
'org.ops4j.pax:exam-reactor:pom:4.13.5'
<dependency org="org.ops4j.pax" name="exam-reactor" rev="4.13.5">
<artifact name="exam-reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='exam-reactor', version='4.13.5')
)
libraryDependencies += "org.ops4j.pax" % "exam-reactor" % "4.13.5"
[org.ops4j.pax/exam-reactor "4.13.5"]