License |
License
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
|
---|---|
GroupId | GroupIdorg.softsmithy.lib |
ArtifactId | ArtifactIdsoftsmithy-lib-parent |
Version | Version2.1.1 |
Type | Typepom |
Description |
DescriptionSoftSmithy Utility Library - Parent POM
The parent POM of the SoftSmithy Utility Library project. This SoftSmithy Utility Library Parent POM should be the parent (either directly or indirectly) of every SoftSmithy Utility Library project unless there is a good reason to do otherwise (in which case the reason should be documented).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
softsmithy-lib-parent-2.1.1.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>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.softsmithy.lib/softsmithy-lib-parent/
implementation 'org.softsmithy.lib:softsmithy-lib-parent:2.1.1'
// https://jarcasting.com/artifacts/org.softsmithy.lib/softsmithy-lib-parent/
implementation ("org.softsmithy.lib:softsmithy-lib-parent:2.1.1")
'org.softsmithy.lib:softsmithy-lib-parent:pom:2.1.1'
<dependency org="org.softsmithy.lib" name="softsmithy-lib-parent" rev="2.1.1">
<artifact name="softsmithy-lib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.softsmithy.lib', module='softsmithy-lib-parent', version='2.1.1')
)
libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib-parent" % "2.1.1"
[org.softsmithy.lib/softsmithy-lib-parent "2.1.1"]