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