m

module

The Module API. If used this artifact should be used with the scope of "provided" as at runtime it is included within the Bootstrap. It allows a 'module' to run at the same level as the main spring kernel.
文件下载
文件名 操作
module-10.5.1.jar 下载
module-10.5.1.pom 下载
module-10.5.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>uk.org.retep.microkernel</groupId>
  <artifactId>module</artifactId>
  <version>10.5.1</version>
</dependency>
Gradle Groovy
implementation 'uk.org.retep.microkernel:module:10.5.1'
Gradle Kotlin
implementation("uk.org.retep.microkernel:module:10.5.1")
Scala SBT
libraryDependencies += "uk.org.retep.microkernel" % "module" % "10.5.1"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.retep.microkernel', module='module', version='10.5.1')
)
Apache Ivy
<dependency org="uk.org.retep.microkernel" name="module" rev="10.5.1" />
Leiningen
[uk.org.retep.microkernel/module "10.5.1"]
Apache Buildr
'uk.org.retep.microkernel:module:jar:10.5.1'