GroupId | GroupIdorg.apache.distributedlog |
---|---|
ArtifactId | ArtifactIddistributedlog-core |
Version | Version4.8.1 |
Type | Typejar |
Filename | Size |
---|---|
distributedlog-core-4.8.1.pom | |
distributedlog-core-4.8.1.jar | 974 KB |
distributedlog-core-4.8.1-tests.jar | 416 KB |
distributedlog-core-4.8.1-sources.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-core/ -->
<dependency>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog-core</artifactId>
<version>4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-core/
implementation 'org.apache.distributedlog:distributedlog-core:4.8.1'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-core/
implementation ("org.apache.distributedlog:distributedlog-core:4.8.1")
'org.apache.distributedlog:distributedlog-core:jar:4.8.1'
<dependency org="org.apache.distributedlog" name="distributedlog-core" rev="4.8.1">
<artifact name="distributedlog-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog-core', version='4.8.1')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog-core" % "4.8.1"
[org.apache.distributedlog/distributedlog-core "4.8.1"]