| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Github Инструменты разработки Контроль версий |
| Группа | Группаcom.github.praxissoftware.maven.plugins |
| Идентификатор | Идентификаторcom.github.praxissoftware.maven.plugins |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPraxis Software - Maven Plugins
This reactor builds maven plugins that extend Maven's functionality.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| com.github.praxissoftware.maven.plugins-1.1.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.praxissoftware.maven.plugins/com.github.praxissoftware.maven.plugins/ -->
<dependency>
<groupId>com.github.praxissoftware.maven.plugins</groupId>
<artifactId>com.github.praxissoftware.maven.plugins</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.praxissoftware.maven.plugins/com.github.praxissoftware.maven.plugins/
implementation 'com.github.praxissoftware.maven.plugins:com.github.praxissoftware.maven.plugins:1.1.0'
// https://jarcasting.com/artifacts/com.github.praxissoftware.maven.plugins/com.github.praxissoftware.maven.plugins/
implementation ("com.github.praxissoftware.maven.plugins:com.github.praxissoftware.maven.plugins:1.1.0")
'com.github.praxissoftware.maven.plugins:com.github.praxissoftware.maven.plugins:pom:1.1.0'
<dependency org="com.github.praxissoftware.maven.plugins" name="com.github.praxissoftware.maven.plugins" rev="1.1.0">
<artifact name="com.github.praxissoftware.maven.plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.praxissoftware.maven.plugins', module='com.github.praxissoftware.maven.plugins', version='1.1.0')
)
libraryDependencies += "com.github.praxissoftware.maven.plugins" % "com.github.praxissoftware.maven.plugins" % "1.1.0"
[com.github.praxissoftware.maven.plugins "1.1.0"]