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