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