is not current version
Last Version 1.4.3

com.samskivert:pythagoras 1.3.2

A portable geometry library.

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

pythagoras
Version

Version

1.3.2
Type

Type

jar

Download pythagoras 1.3.2


<!-- https://jarcasting.com/artifacts/com.samskivert/pythagoras/ -->
<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>pythagoras</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.samskivert/pythagoras/
implementation 'com.samskivert:pythagoras:1.3.2'
// https://jarcasting.com/artifacts/com.samskivert/pythagoras/
implementation ("com.samskivert:pythagoras:1.3.2")
'com.samskivert:pythagoras:jar:1.3.2'
<dependency org="com.samskivert" name="pythagoras" rev="1.3.2">
  <artifact name="pythagoras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samskivert', module='pythagoras', version='1.3.2')
)
libraryDependencies += "com.samskivert" % "pythagoras" % "1.3.2"
[com.samskivert/pythagoras "1.3.2"]