GroupId | GroupIdcom.github.epabst.triangle |
---|---|
ArtifactId | ArtifactIdtriangle |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
triangle-0.4.pom | |
triangle-0.4.jar | 250 KB |
triangle-0.4-sources.jar | 10 KB |
Browse |
<!-- 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"]