s

smartcosmos-framework-parent

Helpful starter pom that brings in all of the necessary dependencies and plugins.
Files download
File Operation
smartcosmos-framework-parent-3.2.0.pom download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-framework-parent</artifactId>
  <version>3.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-framework-parent:3.2.0'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-framework-parent:3.2.0")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-framework-parent" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-framework-parent', version='3.2.0')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-framework-parent" rev="3.2.0" />
Leiningen
[net.smartcosmos/smartcosmos-framework-parent "3.2.0"]
Apache Buildr
'net.smartcosmos:smartcosmos-framework-parent:jar:3.2.0'