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