GroupId | GroupIdorg.hogel |
---|---|
ArtifactId | ArtifactIdline-chart-view |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
line-chart-view-0.1.7.pom | |
line-chart-view-0.1.7.jar | 18 KB |
line-chart-view-0.1.7-sources.jar | 6 KB |
line-chart-view-0.1.7-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hogel/line-chart-view/ -->
<dependency>
<groupId>org.hogel</groupId>
<artifactId>line-chart-view</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.hogel/line-chart-view/
implementation 'org.hogel:line-chart-view:0.1.7'
// https://jarcasting.com/artifacts/org.hogel/line-chart-view/
implementation ("org.hogel:line-chart-view:0.1.7")
'org.hogel:line-chart-view:jar:0.1.7'
<dependency org="org.hogel" name="line-chart-view" rev="0.1.7">
<artifact name="line-chart-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hogel', module='line-chart-view', version='0.1.7')
)
libraryDependencies += "org.hogel" % "line-chart-view" % "0.1.7"
[org.hogel/line-chart-view "0.1.7"]