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