GroupId | GroupIdorg.apache.distributedlog |
---|---|
ArtifactId | ArtifactIddistributedlog-common |
Version | Version4.11.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/ -->
<dependency>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog-common</artifactId>
<version>4.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/
implementation 'org.apache.distributedlog:distributedlog-common:4.11.1'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-common/
implementation ("org.apache.distributedlog:distributedlog-common:4.11.1")
'org.apache.distributedlog:distributedlog-common:jar:4.11.1'
<dependency org="org.apache.distributedlog" name="distributedlog-common" rev="4.11.1">
<artifact name="distributedlog-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog-common', version='4.11.1')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog-common" % "4.11.1"
[org.apache.distributedlog/distributedlog-common "4.11.1"]