You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,17 @@ The default value is **TRUE** for all of the above properties.
343
343
344
344
The xAPI model can be used by clients that send xAPI data or by servers that receive xAPI data.
345
345
346
+
### Lightweight and Efficient
347
+
348
+
**The xAPI ModelJAR is remarkably lightweight at just ~120KB (122,692 bytes).**This compact size makes it ideal for:
349
+
350
+
-Resource-constrained environments
351
+
-Microservices architectures
352
+
-Mobile and embedded applications
353
+
-Applications with strict dependency size requirements
354
+
355
+
The model JAR is available for direct download from the [MavenCentralRepository](https://repo.maven.apache.org/maven2/dev/learning/xapi/xapi-model/1.1.11/xapi-model-1.1.11.jar).
356
+
346
357
### Getting started
347
358
348
359
To use the xAPI Model include the appropriate XML in the `dependencies` section of your `pom.xml`, as shown in the following example:
0 commit comments