| GroupId | GroupIdorg.fcrepo | 
    
|---|---|
| ArtifactId | ArtifactIdfcrepo-storage-ocfl | 
    
| Version | Version6.0.0-alpha-2 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-storage-ocfl/ -->
<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-storage-ocfl</artifactId>
    <version>6.0.0-alpha-2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-storage-ocfl/
implementation 'org.fcrepo:fcrepo-storage-ocfl:6.0.0-alpha-2'
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-storage-ocfl/
implementation ("org.fcrepo:fcrepo-storage-ocfl:6.0.0-alpha-2")
                'org.fcrepo:fcrepo-storage-ocfl:jar:6.0.0-alpha-2'
                <dependency org="org.fcrepo" name="fcrepo-storage-ocfl" rev="6.0.0-alpha-2">
  <artifact name="fcrepo-storage-ocfl" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.fcrepo', module='fcrepo-storage-ocfl', version='6.0.0-alpha-2')
)
                libraryDependencies += "org.fcrepo" % "fcrepo-storage-ocfl" % "6.0.0-alpha-2"
                [org.fcrepo/fcrepo-storage-ocfl "6.0.0-alpha-2"]