GroupId | GroupIduk.ac.rdg.resc |
---|---|
ArtifactId | ArtifactIdncWMS |
Version | Version2.2.6 |
Type | Typewar |
Filename | Size |
---|---|
ncWMS-2.2.6.pom | |
ncWMS-2.2.6.war | 37 MB |
ncWMS-2.2.6-sources.jar | 37 KB |
ncWMS-2.2.6-javadoc.jar | 82 KB |
ncWMS-2.2.6-classes.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.rdg.resc/ncWMS/ -->
<dependency>
<groupId>uk.ac.rdg.resc</groupId>
<artifactId>ncWMS</artifactId>
<version>2.2.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/ncWMS/
implementation 'uk.ac.rdg.resc:ncWMS:2.2.6'
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/ncWMS/
implementation ("uk.ac.rdg.resc:ncWMS:2.2.6")
'uk.ac.rdg.resc:ncWMS:war:2.2.6'
<dependency org="uk.ac.rdg.resc" name="ncWMS" rev="2.2.6">
<artifact name="ncWMS" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.ac.rdg.resc', module='ncWMS', version='2.2.6')
)
libraryDependencies += "uk.ac.rdg.resc" % "ncWMS" % "2.2.6"
[uk.ac.rdg.resc/ncWMS "2.2.6"]