# Third-party Components

| Component                                                               |                                               License                                              |
| ----------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------: |
| ​[ASM](https://asm.ow2.io/)​                                            |                      [3-Clause BSD License](https://asm.ow2.io/license.html)​                      |
| [LZ4](https://lz4.github.io/lz4/)​                                      |                     [License](https://github.com/lz4/lz4/blob/dev/lib/LICENSE)​                    |
| [JFoeniX](http://jfoenix.com/)​                                         |            [Apache License Version 2.0](http://jfoenix.com/documentation.html#license)​            |
| [Apache Commons](https://commons.apache.org/)                           |           [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)​          |
| [Netty](https://netty.io/)                                              |          [Apache License Version 2.0](https://github.com/netty/netty/blob/4.1/LICENSE.txt)         |
| [JGraphT](https://jgrapht.org/)                                         |    [Eclipse Public License 2.0](https://github.com/jgrapht/jgrapht/blob/master/license-EPL.txt)    |
| [Swift Crypto](https://github.com/apple/swift-crypto.git)               |      [Apache License Version 2.0](https://github.com/apple/swift-crypto/blob/main/LICENSE.txt)     |
| [Swift NIO](https://github.com/apple/swift-nio.git)                     |       [Apache License Version 2.0](https://github.com/apple/swift-nio/blob/main/LICENSE.txt)       |
| [Swift NIO SSL](https://github.com/apple/swift-nio-ssl.git)             |     [Apache License Version 2.0](https://github.com/apple/swift-nio-ssl/blob/main/LICENSE.txt)     |
| [SwiftLog](https://github.com/apple/swift-log.git)                      |       [Apache License Version 2.0](https://github.com/apple/swift-log/blob/main/LICENSE.txt)       |
| [Swift Argument Parser](https://github.com/apple/swift-argument-parser) | [Apache License Version 2.0](https://github.com/apple/swift-argument-parser/blob/main/LICENSE.txt) |
| [PromiseKit](https://github.com/mxcl/PromiseKit)                        |                    [MIT](https://github.com/mxcl/PromiseKit/blob/master/LICENSE)                   |
| [RxSwift](https://github.com/ReactiveX/RxSwift.git)                     |                  [MIT](https://github.com/ReactiveX/RxSwift/blob/main/LICENSE.md)                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flopsar.com/4.0/miscellaneous/third-party-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
