s

smartcosmos-framework-parent

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