l

layer-order

Layer Order plugin for Geoladris
https://github.com/geoladris/plugins
文件下载
文件名 操作
layer-order-7.0.0.jar 下载
layer-order-7.0.0.pom 下载
layer-order-7.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.geoladris.plugins</groupId>
  <artifactId>layer-order</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.geoladris.plugins:layer-order:7.0.0'
Gradle Kotlin
implementation("com.github.geoladris.plugins:layer-order:7.0.0")
Scala SBT
libraryDependencies += "com.github.geoladris.plugins" % "layer-order" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.geoladris.plugins', module='layer-order', version='7.0.0')
)
Apache Ivy
<dependency org="com.github.geoladris.plugins" name="layer-order" rev="7.0.0" />
Leiningen
[com.github.geoladris.plugins/layer-order "7.0.0"]
Apache Buildr
'com.github.geoladris.plugins:layer-order:jar:7.0.0'