is not current version
Last Version 4.15.0

org.apache.distributedlog:distributedlog 4.12.1

Apache DistributedLog provides a high performance replicated log service.

GroupId

GroupId

org.apache.distributedlog
ArtifactId

ArtifactId

distributedlog
Version

Version

4.12.1
Type

Type

pom

Download distributedlog 4.12.1


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