s

smartcosmos-framework-parent

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