s

smaths

Zero-dependency project containing simple mathematical code I keep writing again and again.
https://github.com/PhillHenry/smaths
Apache License Version 2.0
Phillip Henry
Files download
File Operation
smaths-1.1.jar download
smaths-1.1.pom download
smaths-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.co.odinconsultants</groupId>
  <artifactId>smaths</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'uk.co.odinconsultants:smaths:1.1'
Gradle Kotlin
implementation("uk.co.odinconsultants:smaths:1.1")
Scala SBT
libraryDependencies += "uk.co.odinconsultants" % "smaths" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.odinconsultants', module='smaths', version='1.1')
)
Apache Ivy
<dependency org="uk.co.odinconsultants" name="smaths" rev="1.1" />
Leiningen
[uk.co.odinconsultants/smaths "1.1"]
Apache Buildr
'uk.co.odinconsultants:smaths:jar:1.1'