| GroupId | GroupIdcom.github.yannrichet |
|---|---|
| ArtifactId | ArtifactIdJMathPlot |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| JMathPlot-1.0.pom | |
| JMathPlot-1.0.jar | 218 KB |
| JMathPlot-1.0-sources.jar | 131 KB |
| JMathPlot-1.0-javadoc.jar | 580 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yannrichet/JMathPlot/ -->
<dependency>
<groupId>com.github.yannrichet</groupId>
<artifactId>JMathPlot</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yannrichet/JMathPlot/
implementation 'com.github.yannrichet:JMathPlot:1.0'
// https://jarcasting.com/artifacts/com.github.yannrichet/JMathPlot/
implementation ("com.github.yannrichet:JMathPlot:1.0")
'com.github.yannrichet:JMathPlot:jar:1.0'
<dependency org="com.github.yannrichet" name="JMathPlot" rev="1.0">
<artifact name="JMathPlot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yannrichet', module='JMathPlot', version='1.0')
)
libraryDependencies += "com.github.yannrichet" % "JMathPlot" % "1.0"
[com.github.yannrichet/JMathPlot "1.0"]