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