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