s

softsmithy-lib-parent

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).
https://www.softsmithy.org/softsmithy-lib/lib/${project.version}/docs/site
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
Files download
File Operation
softsmithy-lib-parent-2.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-parent</artifactId>
  <version>2.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.softsmithy.lib:softsmithy-lib-parent:2.1.1'
Gradle Kotlin
implementation("org.softsmithy.lib:softsmithy-lib-parent:2.1.1")
Scala SBT
libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib-parent" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.softsmithy.lib', module='softsmithy-lib-parent', version='2.1.1')
)
Apache Ivy
<dependency org="org.softsmithy.lib" name="softsmithy-lib-parent" rev="2.1.1" />
Leiningen
[org.softsmithy.lib/softsmithy-lib-parent "2.1.1"]
Apache Buildr
'org.softsmithy.lib:softsmithy-lib-parent:jar:2.1.1'