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