文件下载
文件名 操作
mantis-examples-sine-function-3.0.13.jar 下载
mantis-examples-sine-function-3.0.13.pom 下载
mantis-examples-sine-function-3.0.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.mantisrx</groupId>
  <artifactId>mantis-examples-sine-function</artifactId>
  <version>3.0.13</version>
</dependency>
Gradle Groovy
implementation 'io.mantisrx:mantis-examples-sine-function:3.0.13'
Gradle Kotlin
implementation("io.mantisrx:mantis-examples-sine-function:3.0.13")
Scala SBT
libraryDependencies += "io.mantisrx" % "mantis-examples-sine-function" % "3.0.13"
Groovy Grape
@Grapes(
  @Grab(group='io.mantisrx', module='mantis-examples-sine-function', version='3.0.13')
)
Apache Ivy
<dependency org="io.mantisrx" name="mantis-examples-sine-function" rev="3.0.13" />
Leiningen
[io.mantisrx/mantis-examples-sine-function "3.0.13"]
Apache Buildr
'io.mantisrx:mantis-examples-sine-function:jar:3.0.13'