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