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