| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.distributedlog |
| ArtifactId | ArtifactIddistributedlog-protocol |
| Version | Version4.14.4 |
| Type | Typejar |
| Description |
DescriptionApache BookKeeper :: DistributedLog :: Protocol
Apache DistributedLog provides a high performance replicated log service.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-protocol/ -->
<dependency>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog-protocol</artifactId>
<version>4.14.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-protocol/
implementation 'org.apache.distributedlog:distributedlog-protocol:4.14.4'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-protocol/
implementation ("org.apache.distributedlog:distributedlog-protocol:4.14.4")
'org.apache.distributedlog:distributedlog-protocol:jar:4.14.4'
<dependency org="org.apache.distributedlog" name="distributedlog-protocol" rev="4.14.4">
<artifact name="distributedlog-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog-protocol', version='4.14.4')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog-protocol" % "4.14.4"
[org.apache.distributedlog/distributedlog-protocol "4.14.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.distributedlog : distributedlog-common | jar | 4.14.4 |
| io.netty : netty-buffer | jar | 4.1.72.Final |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| commons-configuration : commons-configuration | jar | 1.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| com.github.spotbugs : spotbugs-annotations | jar | 3.1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
| org.mockito : mockito-core | jar | 3.0.0 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.2 |
| org.powermock : powermock-module-junit4 | jar | 2.0.2 |