Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rootware |
ArtifactId | ArtifactIds3wagon |
Version | Version7.0.0 |
Type | Typejar |
Filename | Size |
---|---|
s3wagon-7.0.0.pom | |
s3wagon-7.0.0.jar | 24 KB |
s3wagon-7.0.0-sources.jar | 22 KB |
s3wagon-7.0.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rootware/s3wagon/ -->
<dependency>
<groupId>net.rootware</groupId>
<artifactId>s3wagon</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/s3wagon/
implementation 'net.rootware:s3wagon:7.0.0'
// https://jarcasting.com/artifacts/net.rootware/s3wagon/
implementation ("net.rootware:s3wagon:7.0.0")
'net.rootware:s3wagon:jar:7.0.0'
<dependency org="net.rootware" name="s3wagon" rev="7.0.0">
<artifact name="s3wagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='s3wagon', version='7.0.0')
)
libraryDependencies += "net.rootware" % "s3wagon" % "7.0.0"
[net.rootware/s3wagon "7.0.0"]