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