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