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