| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.fcrepo | 
    
| ArtifactId | ArtifactIdfcrepo-storage-ocfl | 
    
| Version | Version6.0.0-beta-1 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionfcrepo-storage-ocfl 
            Fedora abstraction layer over OCFL library 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-storage-ocfl/ -->
<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-storage-ocfl</artifactId>
    <version>6.0.0-beta-1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-storage-ocfl/
implementation 'org.fcrepo:fcrepo-storage-ocfl:6.0.0-beta-1'
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-storage-ocfl/
implementation ("org.fcrepo:fcrepo-storage-ocfl:6.0.0-beta-1")
                'org.fcrepo:fcrepo-storage-ocfl:jar:6.0.0-beta-1'
                <dependency org="org.fcrepo" name="fcrepo-storage-ocfl" rev="6.0.0-beta-1">
  <artifact name="fcrepo-storage-ocfl" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.fcrepo', module='fcrepo-storage-ocfl', version='6.0.0-beta-1')
)
                libraryDependencies += "org.fcrepo" % "fcrepo-storage-ocfl" % "6.0.0-beta-1"
                [org.fcrepo/fcrepo-storage-ocfl "6.0.0-beta-1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| edu.wisc.library.ocfl : ocfl-java-core | jar | 1.0.1 | 
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.1 | 
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.1 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 | 
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.1 | 
| commons-io : commons-io | jar | 2.7 | 
| org.apache.commons : commons-lang3 | jar | 3.11 | 
| commons-codec : commons-codec | jar | 1.14 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| com.github.ben-manes.caffeine : caffeine | jar | 2.8.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13 | 
| org.hamcrest : hamcrest | jar | 2.2 | 
| org.mockito : mockito-core | jar | 2.22.0 |