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