Skip to content

Commit 9bd6776

Browse files
Add lightweight model JAR size highlight to README
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent b7ee18f commit 9bd6776

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,17 @@ The default value is **TRUE** for all of the above properties.
343343

344344
The xAPI model can be used by clients that send xAPI data or by servers that receive xAPI data.
345345

346+
### Lightweight and Efficient
347+
348+
**The xAPI Model JAR is remarkably lightweight at just ~120 KB (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 [Maven Central Repository](https://repo.maven.apache.org/maven2/dev/learning/xapi/xapi-model/1.1.11/xapi-model-1.1.11.jar).
356+
346357
### Getting started
347358

348359
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

Comments
 (0)