g

granite-root

Granite Data Services (GraniteDS or GDS) is a free, open source, (LGPL'd) alternative to Adobe® LiveCycle® (Flex™ 2+) Data Services for Java EE application servers. The primary goal of this project is to provide a framework for Flex 2+/EJB 3/Seam/Spring/Guice/POJO application development with full AMF3/RemoteObject benefits.
http://www.graniteds.org/
LGPL
Franck Wolff William Drai
文件下载
文件名 操作
granite-root-2.2.0.SP1.pom 下载
Apache Maven
<dependency>
  <groupId>org.graniteds</groupId>
  <artifactId>granite-root</artifactId>
  <version>2.2.0.SP1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graniteds:granite-root:2.2.0.SP1'
Gradle Kotlin
implementation("org.graniteds:granite-root:2.2.0.SP1")
Scala SBT
libraryDependencies += "org.graniteds" % "granite-root" % "2.2.0.SP1"
Groovy Grape
@Grapes(
  @Grab(group='org.graniteds', module='granite-root', version='2.2.0.SP1')
)
Apache Ivy
<dependency org="org.graniteds" name="granite-root" rev="2.2.0.SP1" />
Leiningen
[org.graniteds/granite-root "2.2.0.SP1"]
Apache Buildr
'org.graniteds:granite-root:jar:2.2.0.SP1'
本项目依赖
该项目无第三方依赖