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