| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииTomcat Контейнер Application Servers Maven Компиляция и сборка |
| Группа | Группаcom.github.marcosemiao.tomcat.maven.plugin |
| Идентификатор | Идентификаторparent |
| Версия | Версия0.0.1 |
| Тип | Типpom |
| Описание |
ОписаниеTomcat Maven Plugin Parent
Tomcat Maven Plugin is a Maven Plugin to generate Tomcat context file
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-0.0.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.tomcat.maven.plugin/parent/ -->
<dependency>
<groupId>com.github.marcosemiao.tomcat.maven.plugin</groupId>
<artifactId>parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.tomcat.maven.plugin/parent/
implementation 'com.github.marcosemiao.tomcat.maven.plugin:parent:0.0.1'
// https://jarcasting.com/artifacts/com.github.marcosemiao.tomcat.maven.plugin/parent/
implementation ("com.github.marcosemiao.tomcat.maven.plugin:parent:0.0.1")
'com.github.marcosemiao.tomcat.maven.plugin:parent:pom:0.0.1'
<dependency org="com.github.marcosemiao.tomcat.maven.plugin" name="parent" rev="0.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.tomcat.maven.plugin', module='parent', version='0.0.1')
)
libraryDependencies += "com.github.marcosemiao.tomcat.maven.plugin" % "parent" % "0.0.1"
[com.github.marcosemiao.tomcat.maven.plugin/parent "0.0.1"]