| Категории |
КатегорииJava Языки программирования |
|---|---|
| Группа | Группаcom.github.akiraly.reusable-poms |
| Идентификатор | Идентификаторpom-parent-with-java-util-libs |
| Версия | Версия3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| pom-parent-with-java-util-libs-3.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs/ -->
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>pom-parent-with-java-util-libs</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs/
implementation 'com.github.akiraly.reusable-poms:pom-parent-with-java-util-libs:3'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs/
implementation ("com.github.akiraly.reusable-poms:pom-parent-with-java-util-libs:3")
'com.github.akiraly.reusable-poms:pom-parent-with-java-util-libs:pom:3'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-java-util-libs" rev="3">
<artifact name="pom-parent-with-java-util-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='pom-parent-with-java-util-libs', version='3')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-java-util-libs" % "3"
[com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs "3"]