GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdreaktor |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
reaktor-0.9.pom | |
reaktor-0.9.jar | 108 KB |
reaktor-0.9-sources.jar | 53 KB |
reaktor-0.9-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/reaktor/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>reaktor</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/reaktor/
implementation 'org.reaktivity:reaktor:0.9'
// https://jarcasting.com/artifacts/org.reaktivity/reaktor/
implementation ("org.reaktivity:reaktor:0.9")
'org.reaktivity:reaktor:jar:0.9'
<dependency org="org.reaktivity" name="reaktor" rev="0.9">
<artifact name="reaktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='reaktor', version='0.9')
)
libraryDependencies += "org.reaktivity" % "reaktor" % "0.9"
[org.reaktivity/reaktor "0.9"]