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