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