| Группа | Группаcom.github.hageldave.jplotter |
|---|---|
| Идентификатор | Идентификаторjplotter |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jplotter-0.1.2.pom | |
| jplotter-0.1.2.jar | 117 KB |
| jplotter-0.1.2-sources.jar | 89 KB |
| jplotter-0.1.2-javadoc.jar | 417 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hageldave.jplotter/jplotter/ -->
<dependency>
<groupId>com.github.hageldave.jplotter</groupId>
<artifactId>jplotter</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hageldave.jplotter/jplotter/
implementation 'com.github.hageldave.jplotter:jplotter:0.1.2'
// https://jarcasting.com/artifacts/com.github.hageldave.jplotter/jplotter/
implementation ("com.github.hageldave.jplotter:jplotter:0.1.2")
'com.github.hageldave.jplotter:jplotter:jar:0.1.2'
<dependency org="com.github.hageldave.jplotter" name="jplotter" rev="0.1.2">
<artifact name="jplotter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hageldave.jplotter', module='jplotter', version='0.1.2')
)
libraryDependencies += "com.github.hageldave.jplotter" % "jplotter" % "0.1.2"
[com.github.hageldave.jplotter/jplotter "0.1.2"]