| GroupId | GroupIdgov.loc | 
    
|---|---|
| ArtifactId | ArtifactIdbagit | 
    
| Version | Version5.0.0-ALPHA | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| bagit-5.0.0-ALPHA.pom | |
| bagit-5.0.0-ALPHA.jar | 30 KB | 
| bagit-5.0.0-ALPHA-sources.jar | 17 KB | 
| bagit-5.0.0-ALPHA-javadoc.jar | 100 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/gov.loc/bagit/ -->
<dependency>
    <groupId>gov.loc</groupId>
    <artifactId>bagit</artifactId>
    <version>5.0.0-ALPHA</version>
</dependency>
                // https://jarcasting.com/artifacts/gov.loc/bagit/
implementation 'gov.loc:bagit:5.0.0-ALPHA'
                // https://jarcasting.com/artifacts/gov.loc/bagit/
implementation ("gov.loc:bagit:5.0.0-ALPHA")
                'gov.loc:bagit:jar:5.0.0-ALPHA'
                <dependency org="gov.loc" name="bagit" rev="5.0.0-ALPHA">
  <artifact name="bagit" type="jar" />
</dependency>
                @Grapes(
@Grab(group='gov.loc', module='bagit', version='5.0.0-ALPHA')
)
                libraryDependencies += "gov.loc" % "bagit" % "5.0.0-ALPHA"
                [gov.loc/bagit "5.0.0-ALPHA"]