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