Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdwaterml |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
waterml-2.2.0.pom | 590 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/waterml/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>waterml</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/waterml/
implementation 'org.jvnet.ogc:waterml:2.2.0'
// https://jarcasting.com/artifacts/org.jvnet.ogc/waterml/
implementation ("org.jvnet.ogc:waterml:2.2.0")
'org.jvnet.ogc:waterml:pom:2.2.0'
<dependency org="org.jvnet.ogc" name="waterml" rev="2.2.0">
<artifact name="waterml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='waterml', version='2.2.0')
)
libraryDependencies += "org.jvnet.ogc" % "waterml" % "2.2.0"
[org.jvnet.ogc/waterml "2.2.0"]