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