| Категории |
КатегорииJava Языки программирования |
|---|---|
| Группа | Группаcom.github.akiraly.reusable-poms |
| Идентификатор | Идентификаторpom-parent-with-java-util-libs |
| Версия | Версия1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| pom-parent-with-java-util-libs-1.pom | 3 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>1</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:1'
// 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:1")
'com.github.akiraly.reusable-poms:pom-parent-with-java-util-libs:pom:1'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-java-util-libs" rev="1">
<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='1')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-java-util-libs" % "1"
[com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs "1"]