is not current version
Last Version 22.0

org.sakaiproject:entitybroker 1.5.3

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]).

GroupId

GroupId

org.sakaiproject
ArtifactId

ArtifactId

entitybroker
Version

Version

1.5.3
Type

Type

pom

Download entitybroker 1.5.3

Filename Size
entitybroker-1.5.3.pom 14 KB
Browse

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