is not current version
Last Version 3.1.0

org.fedoraproject.xmvn:xmvn-subst 3.0.0

XMvn Subst is a tool that can substitute Maven artifact files with symbolic links to corresponding files in artifact repository.

GroupId

GroupId

org.fedoraproject.xmvn
ArtifactId

ArtifactId

xmvn-subst
Version

Version

3.0.0
Type

Type

jar

Download xmvn-subst 3.0.0


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