Description
Maven Shell (mvnsh)
Based on GShell 3.
License
Building
Requirements
Check-out and build:
git clone git://github.com/jdillon/mvnsh.git
cd mvnsh
./build rebuild
Extract the assembly and execute the shell:
./build run
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаorg.sonatype.maven.shell |
| Идентификатор | Идентификаторmvnsh |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMaven Shell
Maven Shell
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикSonatype |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mvnsh-1.1.0.pom | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh/ -->
<dependency>
<groupId>org.sonatype.maven.shell</groupId>
<artifactId>mvnsh</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh/
implementation 'org.sonatype.maven.shell:mvnsh:1.1.0'
// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh/
implementation ("org.sonatype.maven.shell:mvnsh:1.1.0")
'org.sonatype.maven.shell:mvnsh:pom:1.1.0'
<dependency org="org.sonatype.maven.shell" name="mvnsh" rev="1.1.0">
<artifact name="mvnsh" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.maven.shell', module='mvnsh', version='1.1.0')
)
libraryDependencies += "org.sonatype.maven.shell" % "mvnsh" % "1.1.0"
[org.sonatype.maven.shell/mvnsh "1.1.0"]
Maven Shell (mvnsh)
Based on GShell 3.
Check-out and build:
git clone git://github.com/jdillon/mvnsh.git
cd mvnsh
./build rebuild
Extract the assembly and execute the shell:
./build run