s

sis-feature

Representations of geographic features.
Travis L. Pinney Martin Desruisseaux
文件下载
文件名 操作
sis-feature-0.5.jar 下载
sis-feature-0.5.pom 下载
sis-feature-0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.sis.core</groupId>
  <artifactId>sis-feature</artifactId>
  <version>0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis.core:sis-feature:0.5'
Gradle Kotlin
implementation("org.apache.sis.core:sis-feature:0.5")
Scala SBT
libraryDependencies += "org.apache.sis.core" % "sis-feature" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis.core', module='sis-feature', version='0.5')
)
Apache Ivy
<dependency org="org.apache.sis.core" name="sis-feature" rev="0.5" />
Leiningen
[org.apache.sis.core/sis-feature "0.5"]
Apache Buildr
'org.apache.sis.core:sis-feature:jar:0.5'