Last Version

Sakai Entity Broker Tool (Direct Servlet) 10.7

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 ([email protected], [email protected]).

License

License

GroupId

GroupId

org.sakaiproject.entitybroker
ArtifactId

ArtifactId

direct
Version

Version

10.7
Type

Type

war
Description

Description

Sakai Entity Broker Tool (Direct Servlet)
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 ([email protected], [email protected]).
Project Organization

Project Organization

Sakai Project

Download direct 10.7


<!-- https://jarcasting.com/artifacts/org.sakaiproject.entitybroker/direct/ -->
<dependency>
    <groupId>org.sakaiproject.entitybroker</groupId>
    <artifactId>direct</artifactId>
    <version>10.7</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.entitybroker/direct/
implementation 'org.sakaiproject.entitybroker:direct:10.7'
// https://jarcasting.com/artifacts/org.sakaiproject.entitybroker/direct/
implementation ("org.sakaiproject.entitybroker:direct:10.7")
'org.sakaiproject.entitybroker:direct:war:10.7'
<dependency org="org.sakaiproject.entitybroker" name="direct" rev="10.7">
  <artifact name="direct" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.entitybroker', module='direct', version='10.7')
)
libraryDependencies += "org.sakaiproject.entitybroker" % "direct" % "10.7"
[org.sakaiproject.entitybroker/direct "10.7"]

Dependencies

compile (3)

Group / Artifact Type Version
org.sakaiproject.entitybroker : entitybroker-utils jar 10.7
org.sakaiproject.entitybroker : entitybroker-restimpl jar 10.7
org.sakaiproject.kernel : sakai-kernel-util jar 10.7

provided (5)

Group / Artifact Type Version
org.sakaiproject.entitybroker : entitybroker-api jar 10.7
javax.servlet : servlet-api jar 2.4
commons-logging : commons-logging jar 1.2
org.sakaiproject.kernel : sakai-kernel-api jar 10.7
org.sakaiproject.kernel : sakai-component-manager jar 10.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.