p

post-statement-with-attachment

Post xAPI Statement With Attachment
Files download
File Operation
post-statement-with-attachment-1.1.15.jar download
post-statement-with-attachment-1.1.15.pom download
post-statement-with-attachment-1.1.15-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.learning.xapi.samples</groupId>
  <artifactId>post-statement-with-attachment</artifactId>
  <version>1.1.15</version>
</dependency>
Gradle Groovy
implementation 'dev.learning.xapi.samples:post-statement-with-attachment:1.1.15'
Gradle Kotlin
implementation("dev.learning.xapi.samples:post-statement-with-attachment:1.1.15")
Scala SBT
libraryDependencies += "dev.learning.xapi.samples" % "post-statement-with-attachment" % "1.1.15"
Groovy Grape
@Grapes(
  @Grab(group='dev.learning.xapi.samples', module='post-statement-with-attachment', version='1.1.15')
)
Apache Ivy
<dependency org="dev.learning.xapi.samples" name="post-statement-with-attachment" rev="1.1.15" />
Leiningen
[dev.learning.xapi.samples/post-statement-with-attachment "1.1.15"]
Apache Buildr
'dev.learning.xapi.samples:post-statement-with-attachment:jar:1.1.15'