GroupId | GroupIdorg.apache.distributedlog |
---|---|
ArtifactId | ArtifactIddistributedlog-common |
Version | Version4.8.1 |
Type | Typejar |
Filename | Size |
---|---|
distributedlog-common-4.8.1.pom | |
distributedlog-common-4.8.1.jar | 49 KB |
distributedlog-common-4.8.1-tests.jar | 17 KB |
distributedlog-common-4.8.1-sources.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/ -->
<dependency>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog-common</artifactId>
<version>4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/
implementation 'org.apache.distributedlog:distributedlog-common:4.8.1'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/
implementation ("org.apache.distributedlog:distributedlog-common:4.8.1")
'org.apache.distributedlog:distributedlog-common:jar:4.8.1'
<dependency org="org.apache.distributedlog" name="distributedlog-common" rev="4.8.1">
<artifact name="distributedlog-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog-common', version='4.8.1')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog-common" % "4.8.1"
[org.apache.distributedlog/distributedlog-common "4.8.1"]