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