License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven.mercury |
ArtifactId | ArtifactIdmercury-transport-file |
Last Version | Last Version1.0-alpha-5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMercury File Transport
Maven Mercury is a replacement for the Maven Artifact subsystem, and a complete replacement for the HTTP/HTTPS/DAV/DAVS portions of the existing transport.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.maven.mercury/mercury-transport-file/ -->
<dependency>
<groupId>org.apache.maven.mercury</groupId>
<artifactId>mercury-transport-file</artifactId>
<version>1.0-alpha-5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.mercury/mercury-transport-file/
implementation 'org.apache.maven.mercury:mercury-transport-file:1.0-alpha-5'
// https://jarcasting.com/artifacts/org.apache.maven.mercury/mercury-transport-file/
implementation ("org.apache.maven.mercury:mercury-transport-file:1.0-alpha-5")
'org.apache.maven.mercury:mercury-transport-file:jar:1.0-alpha-5'
<dependency org="org.apache.maven.mercury" name="mercury-transport-file" rev="1.0-alpha-5">
<artifact name="mercury-transport-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.mercury', module='mercury-transport-file', version='1.0-alpha-5')
)
libraryDependencies += "org.apache.maven.mercury" % "mercury-transport-file" % "1.0-alpha-5"
[org.apache.maven.mercury/mercury-transport-file "1.0-alpha-5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.mercury : mercury-transport-api | jar | 1.0-alpha-5 |
org.apache.maven.mercury : mercury-crypto-basic | jar | 1.0-alpha-5 |
org.apache.maven.mercury : mercury-util | jar | 1.0-alpha-5 |
org.apache.maven.mercury : mercury-logging | jar | 1.0-alpha-5 |
org.codehaus.plexus : plexus-lang | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |