GroupId | GroupIdcom.github.epabst.triangle |
---|---|
ArtifactId | ArtifactIdtriangle |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
triangle-0.5.pom | |
triangle-0.5.jar | 311 KB |
triangle-0.5-sources.jar | 12 KB |
Browse |
<!-- 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"]