is not current version
Last Version 1.1.0

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


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.sonatype.maven.shell.dist
ArtifactId

ArtifactId

mvnsh-dist
Version

Version

1.0
Type

Type

pom

Download mvnsh-dist 1.0

Filename Size
mvnsh-dist-1.0.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</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'
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-dist/
implementation ("org.sonatype.maven.shell.dist:mvnsh-dist:1.0")
'org.sonatype.maven.shell.dist:mvnsh-dist:pom:1.0'
<dependency org="org.sonatype.maven.shell.dist" name="mvnsh-dist" rev="1.0">
  <artifact name="mvnsh-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.maven.shell.dist', module='mvnsh-dist', version='1.0')
)
libraryDependencies += "org.sonatype.maven.shell.dist" % "mvnsh-dist" % "1.0"
[org.sonatype.maven.shell.dist/mvnsh-dist "1.0"]