is not current version
Last Version 1.4.3

com.samskivert:pythagoras 1.3

A portable geometry library.

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

pythagoras
Version

Version

1.3
Type

Type

jar

Download pythagoras 1.3


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