s

smartcosmos-framework

Provides Spring Configuration and Annotations making it easier to develop SMART COSMOS Extensions
文件下载
文件名 操作
smartcosmos-framework-3.1.1.jar 下载
smartcosmos-framework-3.1.1.pom 下载
smartcosmos-framework-3.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-framework</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-framework:3.1.1'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-framework:3.1.1")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-framework" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-framework', version='3.1.1')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-framework" rev="3.1.1" />
Leiningen
[net.smartcosmos/smartcosmos-framework "3.1.1"]
Apache Buildr
'net.smartcosmos:smartcosmos-framework:jar:3.1.1'