GroupId | GroupIdnl.topicus |
---|---|
ArtifactId | ArtifactIdwqplot |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
wqplot-0.2.pom | |
wqplot-0.2.jar | 385 KB |
wqplot-0.2-sources.jar | 351 KB |
wqplot-0.2-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.topicus/wqplot/ -->
<dependency>
<groupId>nl.topicus</groupId>
<artifactId>wqplot</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.topicus/wqplot/
implementation 'nl.topicus:wqplot:0.2'
// https://jarcasting.com/artifacts/nl.topicus/wqplot/
implementation ("nl.topicus:wqplot:0.2")
'nl.topicus:wqplot:jar:0.2'
<dependency org="nl.topicus" name="wqplot" rev="0.2">
<artifact name="wqplot" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.topicus', module='wqplot', version='0.2')
)
libraryDependencies += "nl.topicus" % "wqplot" % "0.2"
[nl.topicus/wqplot "0.2"]