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