is not current version
Last Version 0.6

com.github.epabst.triangle:triangle 0.5


GroupId

GroupId

com.github.epabst.triangle
ArtifactId

ArtifactId

triangle
Version

Version

0.5
Type

Type

jar

Download triangle 0.5


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