License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.meschbach.psi |
ArtifactId | ArtifactIdpsi-reactor |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPSI-Reactor
A maven reactor for building all of the PSI projects for release.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
psi-reactor-2.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.meschbach.psi/psi-reactor/ -->
<dependency>
<groupId>com.meschbach.psi</groupId>
<artifactId>psi-reactor</artifactId>
<version>2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.meschbach.psi/psi-reactor/
implementation 'com.meschbach.psi:psi-reactor:2.4'
// https://jarcasting.com/artifacts/com.meschbach.psi/psi-reactor/
implementation ("com.meschbach.psi:psi-reactor:2.4")
'com.meschbach.psi:psi-reactor:pom:2.4'
<dependency org="com.meschbach.psi" name="psi-reactor" rev="2.4">
<artifact name="psi-reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.meschbach.psi', module='psi-reactor', version='2.4')
)
libraryDependencies += "com.meschbach.psi" % "psi-reactor" % "2.4"
[com.meschbach.psi/psi-reactor "2.4"]