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