GroupId | GroupIdcom.github.mdre |
---|---|
ArtifactId | ArtifactIdchartlib |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
chartlib-0.5.0.pom | |
chartlib-0.5.0.jar | 346 KB |
chartlib-0.5.0-sources.jar | 328 KB |
chartlib-0.5.0-javadoc.jar | 554 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdre/chartlib/ -->
<dependency>
<groupId>com.github.mdre</groupId>
<artifactId>chartlib</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/chartlib/
implementation 'com.github.mdre:chartlib:0.5.0'
// https://jarcasting.com/artifacts/com.github.mdre/chartlib/
implementation ("com.github.mdre:chartlib:0.5.0")
'com.github.mdre:chartlib:jar:0.5.0'
<dependency org="com.github.mdre" name="chartlib" rev="0.5.0">
<artifact name="chartlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='chartlib', version='0.5.0')
)
libraryDependencies += "com.github.mdre" % "chartlib" % "0.5.0"
[com.github.mdre/chartlib "0.5.0"]