s

smartcosmos-framework-parent

This POM file forms the foundation of all POM files that are specific to JAVA packaging.
Files download
File Operation
smartcosmos-framework-parent-2.10.11.pom download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-framework-parent</artifactId>
  <version>2.10.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-framework-parent:2.10.11'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-framework-parent:2.10.11")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-framework-parent" % "2.10.11"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-framework-parent', version='2.10.11')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-framework-parent" rev="2.10.11" />
Leiningen
[net.smartcosmos/smartcosmos-framework-parent "2.10.11"]
Apache Buildr
'net.smartcosmos:smartcosmos-framework-parent:jar:2.10.11'