License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIduk.co.odinconsultants |
ArtifactId | ArtifactIdsmaths |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionsmaths
Zero-dependency project containing simple mathematical code I keep writing again and again.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smaths-1.1.pom | |
smaths-1.1.jar | 61 KB |
smaths-1.1-sources.jar | 7 KB |
smaths-1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.odinconsultants/smaths/ -->
<dependency>
<groupId>uk.co.odinconsultants</groupId>
<artifactId>smaths</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.odinconsultants/smaths/
implementation 'uk.co.odinconsultants:smaths:1.1'
// https://jarcasting.com/artifacts/uk.co.odinconsultants/smaths/
implementation ("uk.co.odinconsultants:smaths:1.1")
'uk.co.odinconsultants:smaths:jar:1.1'
<dependency org="uk.co.odinconsultants" name="smaths" rev="1.1">
<artifact name="smaths" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.odinconsultants', module='smaths', version='1.1')
)
libraryDependencies += "uk.co.odinconsultants" % "smaths" % "1.1"
[uk.co.odinconsultants/smaths "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.5 |
org.scalautils : scalautils_2.11 | jar | 2.1.7 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |
junit : junit | jar | 4.11 |
org.specs2 : specs2-core_2.11 | jar | 2.4.16 |
org.scalatest : scalatest_2.11 | jar | 2.2.6 |