GroupId | GroupIdorg.jwall |
---|---|
ArtifactId | ArtifactIdstreams-plotter |
Version | Version0.9.14 |
Type | Typejar |
Filename | Size |
---|---|
streams-plotter-0.9.14.pom | |
streams-plotter-0.9.14.jar | 18 KB |
streams-plotter-0.9.14-sources.jar | 12 KB |
streams-plotter-0.9.14-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jwall/streams-plotter/ -->
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-plotter</artifactId>
<version>0.9.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/streams-plotter/
implementation 'org.jwall:streams-plotter:0.9.14'
// https://jarcasting.com/artifacts/org.jwall/streams-plotter/
implementation ("org.jwall:streams-plotter:0.9.14")
'org.jwall:streams-plotter:jar:0.9.14'
<dependency org="org.jwall" name="streams-plotter" rev="0.9.14">
<artifact name="streams-plotter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='streams-plotter', version='0.9.14')
)
libraryDependencies += "org.jwall" % "streams-plotter" % "0.9.14"
[org.jwall/streams-plotter "0.9.14"]