| Группа | Группаcom.github.frtu.archetype |
|---|---|
| Идентификатор | Идентификаторarchetype-pom |
| Версия | Версия0.3.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| archetype-pom-0.3.1.pom | 723 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/archetype-pom/ -->
<dependency>
<groupId>com.github.frtu.archetype</groupId>
<artifactId>archetype-pom</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/archetype-pom/
implementation 'com.github.frtu.archetype:archetype-pom:0.3.1'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/archetype-pom/
implementation ("com.github.frtu.archetype:archetype-pom:0.3.1")
'com.github.frtu.archetype:archetype-pom:pom:0.3.1'
<dependency org="com.github.frtu.archetype" name="archetype-pom" rev="0.3.1">
<artifact name="archetype-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='archetype-pom', version='0.3.1')
)
libraryDependencies += "com.github.frtu.archetype" % "archetype-pom" % "0.3.1"
[com.github.frtu.archetype/archetype-pom "0.3.1"]