c

crm-support-legacy

Legacy library for old implementations of crm management. Please note that this library will be deprecated
http://adempiere.io/
GNU General Public License, version 2
Yamel Senih
文件下载
文件名 操作
crm-support-legacy-1.0.2.jar 下载
crm-support-legacy-1.0.2.pom 下载
crm-support-legacy-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.adempiere</groupId>
  <artifactId>crm-support-legacy</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.adempiere:crm-support-legacy:1.0.2'
Gradle Kotlin
implementation("io.github.adempiere:crm-support-legacy:1.0.2")
Scala SBT
libraryDependencies += "io.github.adempiere" % "crm-support-legacy" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.adempiere', module='crm-support-legacy', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.adempiere" name="crm-support-legacy" rev="1.0.2" />
Leiningen
[io.github.adempiere/crm-support-legacy "1.0.2"]
Apache Buildr
'io.github.adempiere:crm-support-legacy:jar:1.0.2'