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