MVN

org.sakaiproject.profile2 : profile2-tool

Maven & Gradle

Apr 22, 2016
1 usages

Profile2 TOOL

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

Latest Version

Choose a version of org.sakaiproject.profile2 : profile2-tool 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.profile2 : profile2-tool to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject.profile2</groupId>
    <artifactId>profile2-tool</artifactId>
    <version>10.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sakaiproject.profile2:profile2-tool:10.7'

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

implementation("org.sakaiproject.profile2:profile2-tool:10.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sakaiproject.profile2" % "profile2-tool" % "10.7"

Advertisement