m

ms-core-context

Spring 上下文工具类,用于传递相关数据
Apache License, Version 2.0
Files download
File Operation
ms-core-context-0.2.6.RELEASE.jar download
ms-core-context-0.2.6.RELEASE.pom download
ms-core-context-0.2.6.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.msop</groupId>
  <artifactId>ms-core-context</artifactId>
  <version>0.2.6.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'tech.msop:ms-core-context:0.2.6.RELEASE'
Gradle Kotlin
implementation("tech.msop:ms-core-context:0.2.6.RELEASE")
Scala SBT
libraryDependencies += "tech.msop" % "ms-core-context" % "0.2.6.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='tech.msop', module='ms-core-context', version='0.2.6.RELEASE')
)
Apache Ivy
<dependency org="tech.msop" name="ms-core-context" rev="0.2.6.RELEASE" />
Leiningen
[tech.msop/ms-core-context "0.2.6.RELEASE"]
Apache Buildr
'tech.msop:ms-core-context:jar:0.2.6.RELEASE'