s

softsmithy-parent

SoftSmithy is a platform for open source Java developers. The core is an extended Java utility library. This SoftSmithy Parent POM should be the parent (either directly or indirectly) of every SoftSmithy project unless there is a good reason to do otherwise (in which case the reason should be documented).
http://www.softsmithy.org
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
SoftSmithy
Florian Brunner
Files download
File Operation
softsmithy-parent-2.0.pom download
Apache Maven
<dependency>
  <groupId>org.softsmithy</groupId>
  <artifactId>softsmithy-parent</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.softsmithy:softsmithy-parent:2.0'
Gradle Kotlin
implementation("org.softsmithy:softsmithy-parent:2.0")
Scala SBT
libraryDependencies += "org.softsmithy" % "softsmithy-parent" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.softsmithy', module='softsmithy-parent', version='2.0')
)
Apache Ivy
<dependency org="org.softsmithy" name="softsmithy-parent" rev="2.0" />
Leiningen
[org.softsmithy/softsmithy-parent "2.0"]
Apache Buildr
'org.softsmithy:softsmithy-parent:jar:2.0'