g

geomajas-plugin-editing-all

Geomajas Editing plugin - Parent
Pieter De Graef
文件下载
文件名 操作
geomajas-plugin-editing-all-1.0.0-M5.pom 下载
Apache Maven
<dependency>
  <groupId>org.geomajas.plugin</groupId>
  <artifactId>geomajas-plugin-editing-all</artifactId>
  <version>1.0.0-M5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.geomajas.plugin:geomajas-plugin-editing-all:1.0.0-M5'
Gradle Kotlin
implementation("org.geomajas.plugin:geomajas-plugin-editing-all:1.0.0-M5")
Scala SBT
libraryDependencies += "org.geomajas.plugin" % "geomajas-plugin-editing-all" % "1.0.0-M5"
Groovy Grape
@Grapes(
  @Grab(group='org.geomajas.plugin', module='geomajas-plugin-editing-all', version='1.0.0-M5')
)
Apache Ivy
<dependency org="org.geomajas.plugin" name="geomajas-plugin-editing-all" rev="1.0.0-M5" />
Leiningen
[org.geomajas.plugin/geomajas-plugin-editing-all "1.0.0-M5"]
Apache Buildr
'org.geomajas.plugin:geomajas-plugin-editing-all:jar:1.0.0-M5'