GroupId | GroupIdorg.hogel |
---|---|
ArtifactId | ArtifactIdline-chart-view |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
line-chart-view-0.1.3.pom | |
line-chart-view-0.1.3.jar | 17 KB |
line-chart-view-0.1.3-sources.jar | 6 KB |
line-chart-view-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hogel/line-chart-view/
implementation 'org.hogel:line-chart-view:0.1.3'
// https://jarcasting.com/artifacts/org.hogel/line-chart-view/
implementation ("org.hogel:line-chart-view:0.1.3")
'org.hogel:line-chart-view:jar:0.1.3'
<dependency org="org.hogel" name="line-chart-view" rev="0.1.3">
<artifact name="line-chart-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hogel', module='line-chart-view', version='0.1.3')
)
libraryDependencies += "org.hogel" % "line-chart-view" % "0.1.3"
[org.hogel/line-chart-view "0.1.3"]