| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.fcrepo | 
    
| ArtifactId | ArtifactIdfcrepo-webapp | 
    
| Version | Version6.0.0-beta-1 | 
        
| Type | Typewar | 
    
| Description | 
            DescriptionFedora Repository Deployable Web Application 
            The Fedora web application 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-webapp/ -->
<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-webapp</artifactId>
    <version>6.0.0-beta-1</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-webapp/
implementation 'org.fcrepo:fcrepo-webapp:6.0.0-beta-1'
                // https://jarcasting.com/artifacts/org.fcrepo/fcrepo-webapp/
implementation ("org.fcrepo:fcrepo-webapp:6.0.0-beta-1")
                'org.fcrepo:fcrepo-webapp:war:6.0.0-beta-1'
                <dependency org="org.fcrepo" name="fcrepo-webapp" rev="6.0.0-beta-1">
  <artifact name="fcrepo-webapp" type="war" />
</dependency>
                @Grapes(
@Grab(group='org.fcrepo', module='fcrepo-webapp', version='6.0.0-beta-1')
)
                libraryDependencies += "org.fcrepo" % "fcrepo-webapp" % "6.0.0-beta-1"
                [org.fcrepo/fcrepo-webapp "6.0.0-beta-1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| javax : javaee-api | jar | 8.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| net.sourceforge.htmlunit : htmlunit | jar | 2.45.0 | 
| net.sourceforge.htmlunit : htmlunit-core-js | jar | 2.45.0 | 
| org.springframework : spring-test | jar | 5.3.4 | 
| org.apache.httpcomponents : httpmime | jar | 4.5.13 | 
| org.fcrepo : fcrepo-http-commons | test-jar | 6.0.0-beta-1 | 
| org.reflections : reflections | jar | 0.9.10 |