GroupId | GroupIdcom.github.epabst.triangle |
---|---|
ArtifactId | ArtifactIdtriangle |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
triangle-0.3.pom | |
triangle-0.3.jar | 245 KB |
triangle-0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.epabst.triangle/triangle/
implementation 'com.github.epabst.triangle:triangle:0.3'
// https://jarcasting.com/artifacts/com.github.epabst.triangle/triangle/
implementation ("com.github.epabst.triangle:triangle:0.3")
'com.github.epabst.triangle:triangle:jar:0.3'
<dependency org="com.github.epabst.triangle" name="triangle" rev="0.3">
<artifact name="triangle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.epabst.triangle', module='triangle', version='0.3')
)
libraryDependencies += "com.github.epabst.triangle" % "triangle" % "0.3"
[com.github.epabst.triangle/triangle "0.3"]