| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.thesett |
| Идентификатор | Идентификаторmaven2-plugins |
| Последняя версия | Последняя версия0.8.22 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmaven2-plugins
Build pom for custom maven plugins.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| maven2-plugins-0.8.22.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thesett/maven2-plugins/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>maven2-plugins</artifactId>
<version>0.8.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/maven2-plugins/
implementation 'com.thesett:maven2-plugins:0.8.22'
// https://jarcasting.com/artifacts/com.thesett/maven2-plugins/
implementation ("com.thesett:maven2-plugins:0.8.22")
'com.thesett:maven2-plugins:pom:0.8.22'
<dependency org="com.thesett" name="maven2-plugins" rev="0.8.22">
<artifact name="maven2-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='maven2-plugins', version='0.8.22')
)
libraryDependencies += "com.thesett" % "maven2-plugins" % "0.8.22"
[com.thesett/maven2-plugins "0.8.22"]