| Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdse.oyabun.criters |
| ArtifactId | ArtifactIdcriters-reactor |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| criters-reactor-1.0.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.oyabun.criters/criters-reactor/ -->
<dependency>
<groupId>se.oyabun.criters</groupId>
<artifactId>criters-reactor</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-reactor/
implementation 'se.oyabun.criters:criters-reactor:1.0.0'
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-reactor/
implementation ("se.oyabun.criters:criters-reactor:1.0.0")
'se.oyabun.criters:criters-reactor:pom:1.0.0'
<dependency org="se.oyabun.criters" name="criters-reactor" rev="1.0.0">
<artifact name="criters-reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.oyabun.criters', module='criters-reactor', version='1.0.0')
)
libraryDependencies += "se.oyabun.criters" % "criters-reactor" % "1.0.0"
[se.oyabun.criters/criters-reactor "1.0.0"]