не последняя версия
Последняя версия 6

com.threewks.thundr:thundr-parent 5

A parent pom for thundr projects for common project setup

Группа

Группа

com.threewks.thundr
Идентификатор

Идентификатор

thundr-parent
Версия

Версия

5
Тип

Тип

pom

Скачать thundr-parent 5

Имя Файла Размер
thundr-parent-5.pom 8 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-parent/ -->
<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-parent</artifactId>
    <version>5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-parent/
implementation 'com.threewks.thundr:thundr-parent:5'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-parent/
implementation ("com.threewks.thundr:thundr-parent:5")
'com.threewks.thundr:thundr-parent:pom:5'
<dependency org="com.threewks.thundr" name="thundr-parent" rev="5">
  <artifact name="thundr-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-parent', version='5')
)
libraryDependencies += "com.threewks.thundr" % "thundr-parent" % "5"
[com.threewks.thundr/thundr-parent "5"]