g

geomajas-plugin-editing-all

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