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