GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdrym |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
rym-0.3.pom | |
rym-0.3.jar | 3 MB |
rym-0.3-sources.jar | 27 KB |
rym-0.3-javadoc.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/rym/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>rym</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/rym/
implementation 'org.reaktivity:rym:0.3'
// https://jarcasting.com/artifacts/org.reaktivity/rym/
implementation ("org.reaktivity:rym:0.3")
'org.reaktivity:rym:jar:0.3'
<dependency org="org.reaktivity" name="rym" rev="0.3">
<artifact name="rym" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='rym', version='0.3')
)
libraryDependencies += "org.reaktivity" % "rym" % "0.3"
[org.reaktivity/rym "0.3"]