is not current version
Last Version 1.1.0

org.sonatype.maven.shell.dist:mvnsh-dist 1.0.1


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.sonatype.maven.shell.dist
ArtifactId

ArtifactId

mvnsh-dist
Version

Version

1.0.1
Type

Type

pom

Download mvnsh-dist 1.0.1

Filename Size
mvnsh-dist-1.0.1.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-dist/ -->
<dependency>
    <groupId>org.sonatype.maven.shell.dist</groupId>
    <artifactId>mvnsh-dist</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-dist/
implementation 'org.sonatype.maven.shell.dist:mvnsh-dist:1.0.1'
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-dist/
implementation ("org.sonatype.maven.shell.dist:mvnsh-dist:1.0.1")
'org.sonatype.maven.shell.dist:mvnsh-dist:pom:1.0.1'
<dependency org="org.sonatype.maven.shell.dist" name="mvnsh-dist" rev="1.0.1">
  <artifact name="mvnsh-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.maven.shell.dist', module='mvnsh-dist', version='1.0.1')
)
libraryDependencies += "org.sonatype.maven.shell.dist" % "mvnsh-dist" % "1.0.1"
[org.sonatype.maven.shell.dist/mvnsh-dist "1.0.1"]