License |
License |
---|---|
GroupId | GroupIdorg.fedoraproject.xmvn |
ArtifactId | ArtifactIdxmvn-core |
Version | Version3.1.0 |
Type | Typejar |
Description |
DescriptionXMvn Core
XMvn Core module implements the essential functionality of XMvn
such as resolution of artifacts from system repository. XMvn core
is needed by all other modules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmvn-core-3.1.0.pom | |
xmvn-core-3.1.0.jar | 48 KB |
xmvn-core-3.1.0-sources.jar | 35 KB |
xmvn-core-3.1.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-core/ -->
<dependency>
<groupId>org.fedoraproject.xmvn</groupId>
<artifactId>xmvn-core</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-core/
implementation 'org.fedoraproject.xmvn:xmvn-core:3.1.0'
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-core/
implementation ("org.fedoraproject.xmvn:xmvn-core:3.1.0")
'org.fedoraproject.xmvn:xmvn-core:jar:3.1.0'
<dependency org="org.fedoraproject.xmvn" name="xmvn-core" rev="3.1.0">
<artifact name="xmvn-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fedoraproject.xmvn', module='xmvn-core', version='3.1.0')
)
libraryDependencies += "org.fedoraproject.xmvn" % "xmvn-core" % "3.1.0"
[org.fedoraproject.xmvn/xmvn-core "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.fedoraproject.xmvn : xmvn-api | jar | 3.1.0 |
org.codehaus.plexus : plexus-component-annotations | jar | 1.7.1 |
org.codehaus.plexus : plexus-container-default | jar | 1.7.1 |
org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
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 |