не последняя версия
Последняя версия 22.0

org.sakaiproject:entitybroker 1.5.0-rc02

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

Группа

Группа

org.sakaiproject
Идентификатор

Идентификатор

entitybroker
Версия

Версия

1.5.0-rc02
Тип

Тип

pom

Скачать entitybroker 1.5.0-rc02

Имя Файла Размер
entitybroker-1.5.0-rc02.pom 14 KB
Обзор

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