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