s

smartcosmos-framework-root

SMART COSMOS Annotations and Configuration, and helpful Maven Starter POMs
文件下载
文件名 操作
smartcosmos-framework-root-3.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-framework-root</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-framework-root:3.0.0'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-framework-root:3.0.0")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-framework-root" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-framework-root', version='3.0.0')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-framework-root" rev="3.0.0" />
Leiningen
[net.smartcosmos/smartcosmos-framework-root "3.0.0"]
Apache Buildr
'net.smartcosmos:smartcosmos-framework-root:jar:3.0.0'