| GroupId | GroupIdorg.softsmithy |
|---|---|
| ArtifactId | ArtifactIdsoftsmithy-parent |
| Version | Version3.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| softsmithy-parent-3.4.pom | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.softsmithy/softsmithy-parent/ -->
<dependency>
<groupId>org.softsmithy</groupId>
<artifactId>softsmithy-parent</artifactId>
<version>3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.softsmithy/softsmithy-parent/
implementation 'org.softsmithy:softsmithy-parent:3.4'
// https://jarcasting.com/artifacts/org.softsmithy/softsmithy-parent/
implementation ("org.softsmithy:softsmithy-parent:3.4")
'org.softsmithy:softsmithy-parent:pom:3.4'
<dependency org="org.softsmithy" name="softsmithy-parent" rev="3.4">
<artifact name="softsmithy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.softsmithy', module='softsmithy-parent', version='3.4')
)
libraryDependencies += "org.softsmithy" % "softsmithy-parent" % "3.4"
[org.softsmithy/softsmithy-parent "3.4"]