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