GroupId | GroupIdorg.duracloud |
---|---|
ArtifactId | ArtifactIdmanifeststitch |
Version | Version6.0.1 |
Type | Typejar |
Filename | Size |
---|---|
manifeststitch-6.0.1.pom | |
manifeststitch-6.0.1.jar | 6 KB |
manifeststitch-6.0.1-sources.jar | 2 KB |
manifeststitch-6.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.duracloud/manifeststitch/ -->
<dependency>
<groupId>org.duracloud</groupId>
<artifactId>manifeststitch</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.duracloud/manifeststitch/
implementation 'org.duracloud:manifeststitch:6.0.1'
// https://jarcasting.com/artifacts/org.duracloud/manifeststitch/
implementation ("org.duracloud:manifeststitch:6.0.1")
'org.duracloud:manifeststitch:jar:6.0.1'
<dependency org="org.duracloud" name="manifeststitch" rev="6.0.1">
<artifact name="manifeststitch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.duracloud', module='manifeststitch', version='6.0.1')
)
libraryDependencies += "org.duracloud" % "manifeststitch" % "6.0.1"
[org.duracloud/manifeststitch "6.0.1"]