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