m

ms-math

Files download
File Operation
ms-math-1.0.0.jar download
ms-math-1.0.0.pom download
ms-math-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.qyg2297248353</groupId>
  <artifactId>ms-math</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.qyg2297248353:ms-math:1.0.0'
Gradle Kotlin
implementation("io.github.qyg2297248353:ms-math:1.0.0")
Scala SBT
libraryDependencies += "io.github.qyg2297248353" % "ms-math" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qyg2297248353', module='ms-math', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.qyg2297248353" name="ms-math" rev="1.0.0" />
Leiningen
[io.github.qyg2297248353/ms-math "1.0.0"]
Apache Buildr
'io.github.qyg2297248353:ms-math:jar:1.0.0'