MVN

dev.learning.xapi.samples : delete-agent-profile

Maven & Gradle

Aug 08, 2023
13 stars

Delete xAPI Agent Profile Sample · Delete xAPI Agent Profile

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

Latest Version

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

  • Latest Stable: 1.1.13

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.learning.xapi.samples</groupId>
    <artifactId>delete-agent-profile</artifactId>
    <version>1.1.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.learning.xapi.samples:delete-agent-profile:1.1.13'

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

implementation("dev.learning.xapi.samples:delete-agent-profile:1.1.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.learning.xapi.samples" % "delete-agent-profile" % "1.1.13"