GMaven
Groovy integration for Maven
Building
Requirements
- Apache Maven 3.5+
- Java 8+
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаorg.codehaus.gmaven.archetypes |
| Идентификатор | Идентификаторgmaven-archetypes |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGMaven Archetypes
GMaven provides integration of the Groovy language into Maven.
|
| Организация-разработчик |
Организация-разработчикCodehaus |
| Имя Файла | Размер |
|---|---|
| gmaven-archetypes-1.5.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.gmaven.archetypes/gmaven-archetypes/ -->
<dependency>
<groupId>org.codehaus.gmaven.archetypes</groupId>
<artifactId>gmaven-archetypes</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.gmaven.archetypes/gmaven-archetypes/
implementation 'org.codehaus.gmaven.archetypes:gmaven-archetypes:1.5'
// https://jarcasting.com/artifacts/org.codehaus.gmaven.archetypes/gmaven-archetypes/
implementation ("org.codehaus.gmaven.archetypes:gmaven-archetypes:1.5")
'org.codehaus.gmaven.archetypes:gmaven-archetypes:pom:1.5'
<dependency org="org.codehaus.gmaven.archetypes" name="gmaven-archetypes" rev="1.5">
<artifact name="gmaven-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.gmaven.archetypes', module='gmaven-archetypes', version='1.5')
)
libraryDependencies += "org.codehaus.gmaven.archetypes" % "gmaven-archetypes" % "1.5"
[org.codehaus.gmaven.archetypes/gmaven-archetypes "1.5"]
Groovy integration for Maven