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