llms.txt Content
# javadocs.dev
> Javadoc browser for Maven Central artifacts. All pages return markdown when requested with `Accept: text/markdown`.
## Usage
All javadoc pages support markdown responses via the `Accept: text/markdown` header.
### URL patterns
- `/{groupId}` — list artifacts for a group
- `/{groupId}/{artifactId}` — list versions for an artifact
- `/{groupId}/{artifactId}/{version}` — list symbols/classes in a versioned artifact
- `/{groupId}/{artifactId}/{version}/{path}` — view javadoc for a specific symbol
Use `latest` as the version to resolve to the latest available version.
### Example
```
curl -H "Accept: text/markdown" https://www.javadocs.dev/dev.zio/zio-schema_3/1.8.3/zio/schema/Schema.html
```
## Symbol search
Search for symbols (classes, methods, etc.) across indexed artifacts. The query parameter key is the search term:
```
curl -H "Accept: text/markdown" "https://www.javadocs.dev/?Schema"
```
## MCP
An MCP server (Streamable HTTP) is available at: `https://www.javadocs.dev/mcp`
## Groups
- [ai.active](https://www.javadocs.dev/llms/ai.active)
- [ai.djl](https://www.javadocs.dev/llms/ai.djl)
- [ai.djl.pytorch](https://www.javadocs.dev/llms/ai.djl.pytorch)
- [am.ik.rcon](https://www.javadocs.dev/llms/am.ik.rcon)
- [am.ik.yavi](https://www.javadocs.dev/llms/am.ik.yavi)
- [ch.martinelli.oss](https://www.javadocs.dev/llms/ch.martinelli.oss)
- [ch.qos.reload4j](https://www.javadocs.dev/llms/ch.qos.reload4j)
- [cloud.commandframework](https://www.javadocs.dev/llms/cloud.commandframework)
- [cn.hutool](https://www.javadocs.dev/llms/cn.hutool)
- [co.elastic.clients](https://www.javadocs.dev/llms/co.elastic.clients)
- [com.alibaba](https://www.javadocs.dev/llms/com.alibaba)
- [com.alibaba.fastjson2](https://www.javadocs.dev/llms/com.alibaba.fastjson2)
- [com.amazonaws](https://www.javadocs.dev/llms/com.amazonaws)
- [com.azure](https://www.javadocs.dev/llms/com.azure)
- [com.badlogicgames.gdx](https://www.javadocs.dev/llms/com.badlogicgames.