License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.aerse |
ArtifactId | ArtifactIdswift-maven |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionOpenstack swift Maven Wagon Support
Standard Maven wagon support for swift:// urls
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swift-maven-1.1.pom | |
swift-maven-1.1.jar | 17 KB |
swift-maven-1.1-sources.jar | 12 KB |
swift-maven-1.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerse/swift-maven/ -->
<dependency>
<groupId>com.aerse</groupId>
<artifactId>swift-maven</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerse/swift-maven/
implementation 'com.aerse:swift-maven:1.1'
// https://jarcasting.com/artifacts/com.aerse/swift-maven/
implementation ("com.aerse:swift-maven:1.1")
'com.aerse:swift-maven:jar:1.1'
<dependency org="com.aerse" name="swift-maven" rev="1.1">
<artifact name="swift-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerse', module='swift-maven', version='1.1')
)
libraryDependencies += "com.aerse" % "swift-maven" % "1.1"
[com.aerse/swift-maven "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.pacesys : openstack4j | jar | 3.1.0 |
org.glassfish.jersey.core : jersey-common | jar | 2.22.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.wagon : wagon-provider-api | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |