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