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