GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-flow |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
nukleus-flow-0.12.pom | |
nukleus-flow-0.12.jar | 156 KB |
nukleus-flow-0.12-tests.jar | 9 KB |
nukleus-flow-0.12-sources.jar | 62 KB |
nukleus-flow-0.12-javadoc.jar | 889 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-flow/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-flow</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-flow/
implementation 'org.reaktivity:nukleus-flow:0.12'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-flow/
implementation ("org.reaktivity:nukleus-flow:0.12")
'org.reaktivity:nukleus-flow:jar:0.12'
<dependency org="org.reaktivity" name="nukleus-flow" rev="0.12">
<artifact name="nukleus-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-flow', version='0.12')
)
libraryDependencies += "org.reaktivity" % "nukleus-flow" % "0.12"
[org.reaktivity/nukleus-flow "0.12"]