Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdwmc |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
wmc-2.2.0.pom | 610 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/wmc/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>wmc</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/wmc/
implementation 'org.jvnet.ogc:wmc:2.2.0'
// https://jarcasting.com/artifacts/org.jvnet.ogc/wmc/
implementation ("org.jvnet.ogc:wmc:2.2.0")
'org.jvnet.ogc:wmc:pom:2.2.0'
<dependency org="org.jvnet.ogc" name="wmc" rev="2.2.0">
<artifact name="wmc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='wmc', version='2.2.0')
)
libraryDependencies += "org.jvnet.ogc" % "wmc" % "2.2.0"
[org.jvnet.ogc/wmc "2.2.0"]