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