fcrepo4-client
This project is no longer actively supported.
Projects looking to use a java-based HTTP client for interacting with Fedora are encouraged to use fcrepo4-exts/fcrepo-java-client.
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.fcrepo | 
    
| ArtifactId | ArtifactIdfcrepo-client | 
    
| Last Version | Last Version4.4.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionFedora Repository Java Client API 
            Fedora Repository Client API, containing interfaces defining the Java Client. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| fcrepo-client-4.4.0.pom | 847 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-client/ -->
<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-client</artifactId>
    <version>4.4.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-client/
implementation 'org.fcrepo:fcrepo-client:4.4.0'
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-client/
implementation ("org.fcrepo:fcrepo-client:4.4.0")
                'org.fcrepo:fcrepo-client:pom:4.4.0'
                <dependency org="org.fcrepo" name="fcrepo-client" rev="4.4.0">
  <artifact name="fcrepo-client" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.fcrepo', module='fcrepo-client', version='4.4.0')
)
                libraryDependencies += "org.fcrepo" % "fcrepo-client" % "4.4.0"
                [org.fcrepo/fcrepo-client "4.4.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.jena : jena-core | jar | 2.13.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
This project is no longer actively supported.
Projects looking to use a java-based HTTP client for interacting with Fedora are encouraged to use fcrepo4-exts/fcrepo-java-client.