License |
License |
---|---|
GroupId | GroupIdorg.sakaiproject.entitybroker |
ArtifactId | ArtifactIdentitybroker-utils |
Last Version | Last Version22.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSakai Entity Broker Utilities
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 |
Filename | Size |
---|---|
entitybroker-utils-22.0.pom | |
entitybroker-utils-22.0.jar | 205 KB |
entitybroker-utils-22.0-sources.jar | 184 KB |
entitybroker-utils-22.0-javadoc.jar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.entitybroker/entitybroker-utils/ -->
<dependency>
<groupId>org.sakaiproject.entitybroker</groupId>
<artifactId>entitybroker-utils</artifactId>
<version>22.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.entitybroker/entitybroker-utils/
implementation 'org.sakaiproject.entitybroker:entitybroker-utils:22.0'
// https://jarcasting.com/artifacts/org.sakaiproject.entitybroker/entitybroker-utils/
implementation ("org.sakaiproject.entitybroker:entitybroker-utils:22.0")
'org.sakaiproject.entitybroker:entitybroker-utils:jar:22.0'
<dependency org="org.sakaiproject.entitybroker" name="entitybroker-utils" rev="22.0">
<artifact name="entitybroker-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.entitybroker', module='entitybroker-utils', version='22.0')
)
libraryDependencies += "org.sakaiproject.entitybroker" % "entitybroker-utils" % "22.0"
[org.sakaiproject.entitybroker/entitybroker-utils "22.0"]
Group / Artifact | Type | Version |
---|---|---|
org.azeckoski : reflectutils | jar | 0.9.20 |
commons-httpclient : commons-httpclient | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.sakaiproject.entitybroker : entitybroker-api | jar | 22.0 |
org.springframework : spring-core | jar | 5.3.18 |
org.springframework : spring-aop | jar | 5.3.18 |
org.springframework : spring-beans | jar | 5.3.18 |
org.springframework : spring-context | jar | 5.3.18 |
org.springframework : spring-context-support | jar | 5.3.18 |
org.sakaiproject.kernel : sakai-component-manager | jar | 22.0 |
org.sakaiproject.kernel : sakai-kernel-api | jar | 22.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
javax.servlet : servlet-api | jar | 2.5 |
jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
jakarta.activation : jakarta.activation-api | jar | 1.2.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |