| Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdorg.ops4j.pax |
| ArtifactId | ArtifactIdexam-reactor |
| Version | Version3.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| exam-reactor-3.2.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/exam-reactor/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>exam-reactor</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/exam-reactor/
implementation 'org.ops4j.pax:exam-reactor:3.2.0'
// https://jarcasting.com/artifacts/org.ops4j.pax/exam-reactor/
implementation ("org.ops4j.pax:exam-reactor:3.2.0")
'org.ops4j.pax:exam-reactor:pom:3.2.0'
<dependency org="org.ops4j.pax" name="exam-reactor" rev="3.2.0">
<artifact name="exam-reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='exam-reactor', version='3.2.0')
)
libraryDependencies += "org.ops4j.pax" % "exam-reactor" % "3.2.0"
[org.ops4j.pax/exam-reactor "3.2.0"]