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