p

project-support-legacy

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