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