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