m

ms-core-tool

工具通用模块
Files download
File Operation
ms-core-tool-0.1.3.jar download
ms-core-tool-0.1.3.pom download
ms-core-tool-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.msop</groupId>
  <artifactId>ms-core-tool</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'tech.msop:ms-core-tool:0.1.3'
Gradle Kotlin
implementation("tech.msop:ms-core-tool:0.1.3")
Scala SBT
libraryDependencies += "tech.msop" % "ms-core-tool" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='tech.msop', module='ms-core-tool', version='0.1.3')
)
Apache Ivy
<dependency org="tech.msop" name="ms-core-tool" rev="0.1.3" />
Leiningen
[tech.msop/ms-core-tool "0.1.3"]
Apache Buildr
'tech.msop:ms-core-tool:jar:0.1.3'