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