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