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