s

smartcosmos-framework

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