Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.pyknic |
ArtifactId | ArtifactIdreactor |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
reactor-1.0.0.pom | |
reactor-1.0.0.jar | 10 KB |
reactor-1.0.0-sources.jar | 8 KB |
reactor-1.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pyknic/reactor/ -->
<dependency>
<groupId>com.github.pyknic</groupId>
<artifactId>reactor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyknic/reactor/
implementation 'com.github.pyknic:reactor:1.0.0'
// https://jarcasting.com/artifacts/com.github.pyknic/reactor/
implementation ("com.github.pyknic:reactor:1.0.0")
'com.github.pyknic:reactor:jar:1.0.0'
<dependency org="com.github.pyknic" name="reactor" rev="1.0.0">
<artifact name="reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyknic', module='reactor', version='1.0.0')
)
libraryDependencies += "com.github.pyknic" % "reactor" % "1.0.0"
[com.github.pyknic/reactor "1.0.0"]