MVN

dev.learning.xapi.samples : get-agent-profiles

Maven & Gradle

Aug 08, 2023
13 stars

Get xAPI Agent Profiles Sample · Get xAPI Agent Profiles

<dependency>
    <groupId>dev.learning.xapi.samples</groupId>
    <artifactId>get-agent-profiles</artifactId>
    <version>1.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.learning.xapi.samples : get-agent-profiles to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.13

All Versions

Choose a version of dev.learning.xapi.samples : get-agent-profiles to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
get-agent-profiles-1.1.13
get-agent-profiles-1.1.12
get-agent-profiles-1.1.11
get-agent-profiles-1.1.10
get-agent-profiles-1.1.9
get-agent-profiles-1.1.8
get-agent-profiles-1.1.7
get-agent-profiles-1.1.6
get-agent-profiles-1.1.5
get-agent-profiles-1.1.4
get-agent-profiles-1.1.3
get-agent-profiles-1.1.2
get-agent-profiles-1.1.1
get-agent-profiles-1.1.0
1.0.x
get-agent-profiles-1.0.8
get-agent-profiles-1.0.7
get-agent-profiles-1.0.6
get-agent-profiles-1.0.5

How to add a dependency to Maven

Add the following dev.learning.xapi.samples : get-agent-profiles maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.learning.xapi.samples</groupId>
    <artifactId>get-agent-profiles</artifactId>
    <version>1.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.learning.xapi.samples : get-agent-profiles gradle dependency to your build.gradle file:

implementation 'dev.learning.xapi.samples:get-agent-profiles:1.1.13'

Gradle Kotlin DSL: Add the following dev.learning.xapi.samples : get-agent-profiles gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.learning.xapi.samples:get-agent-profiles:1.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.learning.xapi.samples : get-agent-profiles sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.learning.xapi.samples" % "get-agent-profiles" % "1.1.13"