is not current version
Last Version 4.15.0

org.apache.distributedlog:distributedlog 4.9.0

Apache DistributedLog provides a high performance replicated log service.

GroupId

GroupId

org.apache.distributedlog
ArtifactId

ArtifactId

distributedlog
Version

Version

4.9.0
Type

Type

pom

Download distributedlog 4.9.0

Filename Size
distributedlog-4.9.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog/ -->
<dependency>
    <groupId>org.apache.distributedlog</groupId>
    <artifactId>distributedlog</artifactId>
    <version>4.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog/
implementation 'org.apache.distributedlog:distributedlog:4.9.0'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog/
implementation ("org.apache.distributedlog:distributedlog:4.9.0")
'org.apache.distributedlog:distributedlog:pom:4.9.0'
<dependency org="org.apache.distributedlog" name="distributedlog" rev="4.9.0">
  <artifact name="distributedlog" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog', version='4.9.0')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog" % "4.9.0"
[org.apache.distributedlog/distributedlog "4.9.0"]