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