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