GroupId | GroupIdorg.apache.distributedlog |
---|---|
ArtifactId | ArtifactIddistributedlog |
Version | Version4.14.2 |
Type | Typepom |
Filename | Size |
---|---|
distributedlog-4.14.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog/ -->
<dependency>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>4.14.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog/
implementation 'org.apache.distributedlog:distributedlog:4.14.2'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog/
implementation ("org.apache.distributedlog:distributedlog:4.14.2")
'org.apache.distributedlog:distributedlog:pom:4.14.2'
<dependency org="org.apache.distributedlog" name="distributedlog" rev="4.14.2">
<artifact name="distributedlog" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog', version='4.14.2')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog" % "4.14.2"
[org.apache.distributedlog/distributedlog "4.14.2"]