is not current version
Last Version 3.1.0

org.fedoraproject.xmvn:xmvn-core 3.0.0

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.

GroupId

GroupId

org.fedoraproject.xmvn
ArtifactId

ArtifactId

xmvn-core
Version

Version

3.0.0
Type

Type

jar

Download xmvn-core 3.0.0


<!-- https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-core/ -->
<dependency>
    <groupId>org.fedoraproject.xmvn</groupId>
    <artifactId>xmvn-core</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-core/
implementation 'org.fedoraproject.xmvn:xmvn-core:3.0.0'
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-core/
implementation ("org.fedoraproject.xmvn:xmvn-core:3.0.0")
'org.fedoraproject.xmvn:xmvn-core:jar:3.0.0'
<dependency org="org.fedoraproject.xmvn" name="xmvn-core" rev="3.0.0">
  <artifact name="xmvn-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fedoraproject.xmvn', module='xmvn-core', version='3.0.0')
)
libraryDependencies += "org.fedoraproject.xmvn" % "xmvn-core" % "3.0.0"
[org.fedoraproject.xmvn/xmvn-core "3.0.0"]