MVN

org.sakaiproject.profile2 : profile2-bundle

Maven & Gradle

Feb 23, 2023
2 usages
943 stars

Profile2 Bundle

<dependency>
    <groupId>org.sakaiproject.profile2</groupId>
    <artifactId>profile2-bundle</artifactId>
    <version>21.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
21.5
profile2-bundle-21.5
21.4
profile2-bundle-21.4
21.3
profile2-bundle-21.3
21.2
profile2-bundle-21.2
21.1
profile2-bundle-21.1
21.0
profile2-bundle-21.0
20.6
profile2-bundle-20.6
20.5
profile2-bundle-20.5
20.4
profile2-bundle-20.4
20.3
profile2-bundle-20.3
20.2
profile2-bundle-20.2
20.1
profile2-bundle-20.1
20.0
profile2-bundle-20.0
19.6
profile2-bundle-19.6
19.5
profile2-bundle-19.5
19.4
profile2-bundle-19.4
19.3
profile2-bundle-19.3
19.2
profile2-bundle-19.2
19.1
profile2-bundle-19.1
19.0
profile2-bundle-19.0
12.7
profile2-bundle-12.7
12.6
profile2-bundle-12.6
12.5
profile2-bundle-12.5
12.4
profile2-bundle-12.4
12.3
profile2-bundle-12.3
12.2
profile2-bundle-12.2
12.1
profile2-bundle-12.1
12.0
profile2-bundle-12.0
11.4
profile2-bundle-11.4
11.3
profile2-bundle-11.3
11.2
profile2-bundle-11.2
11.1
profile2-bundle-11.1
11.0
profile2-bundle-11.0
10.7
profile2-bundle-10.7
10.6
profile2-bundle-10.6
10.4
profile2-bundle-10.4
10.3
profile2-bundle-10.3
1.5.x
profile2-bundle-1.5.3
profile2-bundle-1.5.2
profile2-bundle-1.5.1
profile2-bundle-1.5.0
profile2-bundle-1.5.0-rc03
profile2-bundle-1.5.0-rc02
profile2-bundle-1.5.0-rc01
profile2-bundle-1.5.0-b07
profile2-bundle-1.5.0-b06
profile2-bundle-1.5.0-b05
profile2-bundle-1.5.0-b04
profile2-bundle-1.5.0-b03

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject.profile2</groupId>
    <artifactId>profile2-bundle</artifactId>
    <version>21.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sakaiproject.profile2:profile2-bundle:21.5'

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

implementation("org.sakaiproject.profile2:profile2-bundle:21.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sakaiproject.profile2" % "profile2-bundle" % "21.5"

Advertisement