GroupId | GroupIdorg.meteothink |
---|---|
ArtifactId | ArtifactIdwContour |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
wContour-1.6.1.pom | |
wContour-1.6.1.jar | 80 KB |
wContour-1.6.1-sources.jar | 38 KB |
wContour-1.6.1-javadoc.jar | 506 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meteothink/wContour/ -->
<dependency>
<groupId>org.meteothink</groupId>
<artifactId>wContour</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.meteothink/wContour/
implementation 'org.meteothink:wContour:1.6.1'
// https://jarcasting.com/artifacts/org.meteothink/wContour/
implementation ("org.meteothink:wContour:1.6.1")
'org.meteothink:wContour:jar:1.6.1'
<dependency org="org.meteothink" name="wContour" rev="1.6.1">
<artifact name="wContour" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meteothink', module='wContour', version='1.6.1')
)
libraryDependencies += "org.meteothink" % "wContour" % "1.6.1"
[org.meteothink/wContour "1.6.1"]