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