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