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