| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.sonatype.maven.shell.dist |
| ArtifactId | ArtifactIdmvnsh-scripts |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaven Shell Dist :: Scripts
|
| Project Organization |
Project OrganizationSonatype |
| Filename | Size |
|---|---|
| mvnsh-scripts-1.0.1.pom | |
| mvnsh-scripts-1.0.1.jar | 6 KB |
| mvnsh-scripts-1.0.1-sources.jar | 4 KB |
| mvnsh-scripts-1.0.1-p2Content.xml | 13 KB |
| mvnsh-scripts-1.0.1-p2Artifacts.xml | 3 KB |
| mvnsh-scripts-1.0.1-javadoc.jar | 336 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-scripts/ -->
<dependency>
<groupId>org.sonatype.maven.shell.dist</groupId>
<artifactId>mvnsh-scripts</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-scripts/
implementation 'org.sonatype.maven.shell.dist:mvnsh-scripts:1.0.1'
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-scripts/
implementation ("org.sonatype.maven.shell.dist:mvnsh-scripts:1.0.1")
'org.sonatype.maven.shell.dist:mvnsh-scripts:jar:1.0.1'
<dependency org="org.sonatype.maven.shell.dist" name="mvnsh-scripts" rev="1.0.1">
<artifact name="mvnsh-scripts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.maven.shell.dist', module='mvnsh-scripts', version='1.0.1')
)
libraryDependencies += "org.sonatype.maven.shell.dist" % "mvnsh-scripts" % "1.0.1"
[org.sonatype.maven.shell.dist/mvnsh-scripts "1.0.1"]