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