| GroupId | GroupIdorg.opengis.cite |
|---|---|
| ArtifactId | ArtifactIdets-wfs20 |
| Version | Version1.20 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ets-wfs20-1.20.pom | |
| ets-wfs20-1.20.jar | 279 KB |
| ets-wfs20-1.20-sources.jar | 240 KB |
| ets-wfs20-1.20-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opengis.cite/ets-wfs20/ -->
<dependency>
<groupId>org.opengis.cite</groupId>
<artifactId>ets-wfs20</artifactId>
<version>1.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.opengis.cite/ets-wfs20/
implementation 'org.opengis.cite:ets-wfs20:1.20'
// https://jarcasting.com/artifacts/org.opengis.cite/ets-wfs20/
implementation ("org.opengis.cite:ets-wfs20:1.20")
'org.opengis.cite:ets-wfs20:jar:1.20'
<dependency org="org.opengis.cite" name="ets-wfs20" rev="1.20">
<artifact name="ets-wfs20" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opengis.cite', module='ets-wfs20', version='1.20')
)
libraryDependencies += "org.opengis.cite" % "ets-wfs20" % "1.20"
[org.opengis.cite/ets-wfs20 "1.20"]