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