License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdorg.apache.stanbol |
ArtifactId | ArtifactIdorg.apache.stanbol.commons.reactor |
Last Version | Last Version0.9.0-incubating |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Stanbol Commons Reactor
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
org.apache.stanbol.commons.reactor-0.9.0-incubating.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.reactor/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.reactor</artifactId>
<version>0.9.0-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.reactor/
implementation 'org.apache.stanbol:org.apache.stanbol.commons.reactor:0.9.0-incubating'
// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.reactor/
implementation ("org.apache.stanbol:org.apache.stanbol.commons.reactor:0.9.0-incubating")
'org.apache.stanbol:org.apache.stanbol.commons.reactor:pom:0.9.0-incubating'
<dependency org="org.apache.stanbol" name="org.apache.stanbol.commons.reactor" rev="0.9.0-incubating">
<artifact name="org.apache.stanbol.commons.reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='org.apache.stanbol.commons.reactor', version='0.9.0-incubating')
)
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.commons.reactor" % "0.9.0-incubating"
[org.apache.stanbol/org.apache.stanbol.commons.reactor "0.9.0-incubating"]