License |
License |
---|---|
GroupId | GroupIdorg.fedoraproject.xmvn |
ArtifactId | ArtifactIdxmvn-resolve |
Version | Version3.1.0 |
Type | Typejar |
Description |
DescriptionXMvn Resolver
XMvn Resolver is a very simple commald-line tool to resolve Maven
artifacts from system repositories. Basically it's just an
interface to artifact resolution mechanism implemented by XMvn
Core. The primary intended use case of XMvn Resolver is debugging
local artifact repositories.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmvn-resolve-3.1.0.pom | |
xmvn-resolve-3.1.0.jar | 23 KB |
xmvn-resolve-3.1.0-sources.jar | 14 KB |
xmvn-resolve-3.1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-resolve/ -->
<dependency>
<groupId>org.fedoraproject.xmvn</groupId>
<artifactId>xmvn-resolve</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-resolve/
implementation 'org.fedoraproject.xmvn:xmvn-resolve:3.1.0'
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-resolve/
implementation ("org.fedoraproject.xmvn:xmvn-resolve:3.1.0")
'org.fedoraproject.xmvn:xmvn-resolve:jar:3.1.0'
<dependency org="org.fedoraproject.xmvn" name="xmvn-resolve" rev="3.1.0">
<artifact name="xmvn-resolve" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fedoraproject.xmvn', module='xmvn-resolve', version='3.1.0')
)
libraryDependencies += "org.fedoraproject.xmvn" % "xmvn-resolve" % "3.1.0"
[org.fedoraproject.xmvn/xmvn-resolve "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.72 |
org.fedoraproject.xmvn : xmvn-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.fedoraproject.xmvn : xmvn-core | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.xmlunit : xmlunit-assertj | jar | 2.6.2 |
org.easymock : easymock | jar | 3.6 |
org.slf4j : slf4j-simple | jar | 1.8.0-beta2 |