| GroupId | GroupIdcom.github.hageldave.jplotter |
|---|---|
| ArtifactId | ArtifactIdjplotter |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jplotter-0.1.1.pom | |
| jplotter-0.1.1.jar | 97 KB |
| jplotter-0.1.1-sources.jar | 76 KB |
| jplotter-0.1.1-javadoc.jar | 386 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hageldave.jplotter/jplotter/ -->
<dependency>
<groupId>com.github.hageldave.jplotter</groupId>
<artifactId>jplotter</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hageldave.jplotter/jplotter/
implementation 'com.github.hageldave.jplotter:jplotter:0.1.1'
// https://jarcasting.com/artifacts/com.github.hageldave.jplotter/jplotter/
implementation ("com.github.hageldave.jplotter:jplotter:0.1.1")
'com.github.hageldave.jplotter:jplotter:jar:0.1.1'
<dependency org="com.github.hageldave.jplotter" name="jplotter" rev="0.1.1">
<artifact name="jplotter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hageldave.jplotter', module='jplotter', version='0.1.1')
)
libraryDependencies += "com.github.hageldave.jplotter" % "jplotter" % "0.1.1"
[com.github.hageldave.jplotter/jplotter "0.1.1"]