e

entitybroker

The Sakai Entity Broker is an entity system for use in Sakai. Ideally we want flexible entities which make development of integrated Sakai tools easier and more flexible. Our goals are to make the entity system easier on developers (easier to use and understand) and more powerful (easier to extend and improve). The Entity Broker integrates seamlessly with the existing Entity system in Sakai (Entity Producers and Entities) and entities created using entity providers are accessible in Sakai as if they were created using the legacy system. Send feedback or comments to Aaron Zeckoski (azeckoski@gmail.com, aaronz@vt.edu).
http://confluence.sakaiproject.org/confluence/x/F7M
Aaron Zeckoski Antranig Basman
Files download
File Operation
entitybroker-20.3.pom download
Apache Maven
<dependency>
  <groupId>org.sakaiproject</groupId>
  <artifactId>entitybroker</artifactId>
  <version>20.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sakaiproject:entitybroker:20.3'
Gradle Kotlin
implementation("org.sakaiproject:entitybroker:20.3")
Scala SBT
libraryDependencies += "org.sakaiproject" % "entitybroker" % "20.3"
Groovy Grape
@Grapes(
  @Grab(group='org.sakaiproject', module='entitybroker', version='20.3')
)
Apache Ivy
<dependency org="org.sakaiproject" name="entitybroker" rev="20.3" />
Leiningen
[org.sakaiproject/entitybroker "20.3"]
Apache Buildr
'org.sakaiproject:entitybroker:jar:20.3'