MVN

org.sakaiproject.entitybroker : entitybroker-pack

Maven & Gradle

Apr 22, 2016
1 usages

Sakai Entity Broker Components Pack

<dependency>
    <groupId>org.sakaiproject.entitybroker</groupId>
    <artifactId>entitybroker-pack</artifactId>
    <version>10.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.entitybroker : entitybroker-pack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.7
  • Latest Release Candidate: 1.5.0-rc03

All Versions

Choose a version of org.sakaiproject.entitybroker : entitybroker-pack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.7
entitybroker-pack-10.7
10.6
entitybroker-pack-10.6
10.4
entitybroker-pack-10.4
10.3
entitybroker-pack-10.3
1.5.x
entitybroker-pack-1.5.3
entitybroker-pack-1.5.2
entitybroker-pack-1.5.1
entitybroker-pack-1.5.0
entitybroker-pack-1.5.0-rc03
entitybroker-pack-1.5.0-rc02
entitybroker-pack-1.5.0-rc01
entitybroker-pack-1.5.0-b07
entitybroker-pack-1.5.0-b06
entitybroker-pack-1.5.0-b05
entitybroker-pack-1.5.0-b04
entitybroker-pack-1.5.0-b03

How to add a dependency to Maven

Add the following org.sakaiproject.entitybroker : entitybroker-pack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sakaiproject.entitybroker</groupId>
    <artifactId>entitybroker-pack</artifactId>
    <version>10.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sakaiproject.entitybroker : entitybroker-pack gradle dependency to your build.gradle file:

implementation 'org.sakaiproject.entitybroker:entitybroker-pack:10.7'

Gradle Kotlin DSL: Add the following org.sakaiproject.entitybroker : entitybroker-pack gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sakaiproject.entitybroker:entitybroker-pack:10.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sakaiproject.entitybroker : entitybroker-pack sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sakaiproject.entitybroker" % "entitybroker-pack" % "10.7"