| Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.github.jezza |
| ArtifactId | ArtifactIdsimplified-reactor-plugin |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simplified-reactor-plugin-0.2.pom | |
| simplified-reactor-plugin-0.2-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jezza/simplified-reactor-plugin/ -->
<dependency>
<groupId>com.github.jezza</groupId>
<artifactId>simplified-reactor-plugin</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jezza/simplified-reactor-plugin/
implementation 'com.github.jezza:simplified-reactor-plugin:0.2'
// https://jarcasting.com/artifacts/com.github.jezza/simplified-reactor-plugin/
implementation ("com.github.jezza:simplified-reactor-plugin:0.2")
'com.github.jezza:simplified-reactor-plugin:jar:0.2'
<dependency org="com.github.jezza" name="simplified-reactor-plugin" rev="0.2">
<artifact name="simplified-reactor-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jezza', module='simplified-reactor-plugin', version='0.2')
)
libraryDependencies += "com.github.jezza" % "simplified-reactor-plugin" % "0.2"
[com.github.jezza/simplified-reactor-plugin "0.2"]