GroupId | GroupIdorg.apache.distributedlog |
---|---|
ArtifactId | ArtifactIddistributedlog-common |
Version | Version4.7.3 |
Type | Typejar |
Filename | Size |
---|---|
distributedlog-common-4.7.3.pom | |
distributedlog-common-4.7.3.jar | 49 KB |
distributedlog-common-4.7.3-tests.jar | 25 KB |
distributedlog-common-4.7.3-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.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/
implementation 'org.apache.distributedlog:distributedlog-common:4.7.3'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/
implementation ("org.apache.distributedlog:distributedlog-common:4.7.3")
'org.apache.distributedlog:distributedlog-common:jar:4.7.3'
<dependency org="org.apache.distributedlog" name="distributedlog-common" rev="4.7.3">
<artifact name="distributedlog-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog-common', version='4.7.3')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog-common" % "4.7.3"
[org.apache.distributedlog/distributedlog-common "4.7.3"]