Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.squeakysand.jcr |
ArtifactId | ArtifactIdreactor |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
reactor-0.3.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squeakysand.jcr/reactor/ -->
<dependency>
<groupId>com.squeakysand.jcr</groupId>
<artifactId>reactor</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.jcr/reactor/
implementation 'com.squeakysand.jcr:reactor:0.3.0'
// https://jarcasting.com/artifacts/com.squeakysand.jcr/reactor/
implementation ("com.squeakysand.jcr:reactor:0.3.0")
'com.squeakysand.jcr:reactor:pom:0.3.0'
<dependency org="com.squeakysand.jcr" name="reactor" rev="0.3.0">
<artifact name="reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jcr', module='reactor', version='0.3.0')
)
libraryDependencies += "com.squeakysand.jcr" % "reactor" % "0.3.0"
[com.squeakysand.jcr/reactor "0.3.0"]