Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.sonatype.maven.shell.dist |
ArtifactId | ArtifactIdmvnsh-dist |
Version | Version1.0 |
Type | Typepom |
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"]