MVN

org.wowtools : giscat-vector-mbexpression

Maven & Gradle

Apr 11, 2023
16 stars

mapbox expressions表达式解析为java对象,用以支持数据过滤等场景

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>giscat-vector-mbexpression</artifactId>
    <version>g1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wowtools : giscat-vector-mbexpression to add to Maven or Gradle - Latest Versions:

  • Latest Stable: g1.7.0

All Versions

Choose a version of org.wowtools : giscat-vector-mbexpression to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
g1.7.x
giscat-vector-mbexpression-g1.7.0
g1.6.x
giscat-vector-mbexpression-g1.6.1
giscat-vector-mbexpression-g1.6.0
g1.5.x
giscat-vector-mbexpression-g1.5.0

How to add a dependency to Maven

Add the following org.wowtools : giscat-vector-mbexpression maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>giscat-vector-mbexpression</artifactId>
    <version>g1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wowtools : giscat-vector-mbexpression gradle dependency to your build.gradle file:

implementation 'org.wowtools:giscat-vector-mbexpression:g1.7.0'

Gradle Kotlin DSL: Add the following org.wowtools : giscat-vector-mbexpression gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wowtools:giscat-vector-mbexpression:g1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wowtools : giscat-vector-mbexpression sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wowtools" % "giscat-vector-mbexpression" % "g1.7.0"

Advertisement