| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаnet.sf.beezle.maven.plugins |
| Идентификатор | Идентификаторapplication |
| Последняя версия | Последняя версия1.3.5 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
ОписаниеMaven Application Plugin
Generates an application file. An application file is a single file containing your entire application,
it's all you need to distribute or run the application. Technically, an application file is a Bash shell script
with an appended executable jar file. You can invoke it directly or you can pass it as an argument to java -jar.
You can rename it without breaking the application.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| application-1.3.5.pom | |
| application-1.3.5.jar | 22 KB |
| application-1.3.5-sources.jar | 13 KB |
| application-1.3.5-javadoc.jar | 54 KB |
| Обзор |
<plugin>
<groupId>net.sf.beezle.maven.plugins</groupId>
<artifactId>application</artifactId>
<version>1.3.5</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.beezle.sushi : sushi | jar | 2.6.1 |
| com.jcraft : jsch | jar | 0.1.42 |
| org.apache.maven : maven-model | jar | 2.2.1 |
| org.apache.maven : maven-plugin-api | jar | 2.2.1 |
| org.apache.maven : maven-artifact | jar | 2.2.1 |
| org.apache.maven : maven-project | jar | 2.2.1 |