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