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