is not current version
Last Version 0.6

com.github.epabst.triangle:triangle 0.4


GroupId

GroupId

com.github.epabst.triangle
ArtifactId

ArtifactId

triangle
Version

Version

0.4
Type

Type

jar

Download triangle 0.4


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