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