| Categories | CategoriesNet ORM Data | 
|---|---|
| GroupId | GroupIdorg.jvnet.ogc | 
| ArtifactId | ArtifactIdsensorml | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| sensorml-1.1.0.pom | 689 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/sensorml/ -->
<dependency>
    <groupId>org.jvnet.ogc</groupId>
    <artifactId>sensorml</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.ogc/sensorml/
implementation 'org.jvnet.ogc:sensorml:1.1.0'// https://jarcasting.com/artifacts/org.jvnet.ogc/sensorml/
implementation ("org.jvnet.ogc:sensorml:1.1.0")'org.jvnet.ogc:sensorml:pom:1.1.0'<dependency org="org.jvnet.ogc" name="sensorml" rev="1.1.0">
  <artifact name="sensorml" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jvnet.ogc', module='sensorml', version='1.1.0')
)libraryDependencies += "org.jvnet.ogc" % "sensorml" % "1.1.0"[org.jvnet.ogc/sensorml "1.1.0"]