License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdorg.oiue.services |
ArtifactId | ArtifactIdreactor |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOIUE is a Java Framework. Is Open Intelligent Unitive Efficient (开放 智能 统一 高效)
|
Filename | Size |
---|---|
reactor-1.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.oiue.services/reactor/ -->
<dependency>
<groupId>org.oiue.services</groupId>
<artifactId>reactor</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.oiue.services/reactor/
implementation 'org.oiue.services:reactor:1.0.1'
// https://jarcasting.com/artifacts/org.oiue.services/reactor/
implementation ("org.oiue.services:reactor:1.0.1")
'org.oiue.services:reactor:pom:1.0.1'
<dependency org="org.oiue.services" name="reactor" rev="1.0.1">
<artifact name="reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.oiue.services', module='reactor', version='1.0.1')
)
libraryDependencies += "org.oiue.services" % "reactor" % "1.0.1"
[org.oiue.services/reactor "1.0.1"]