pub.dev REST API implementation in Java
This package aims to parse API result from pub.dev or other pub repository server information into Java object.
This repository is "reverse engineering" pub_api_client's feature to Java which written in Dart originally with different structures.
- Search package
- Supported sort with different method
- Fetch package's information
- Released versions
- Options
- Pub score and analystic report
JPubdev has it's own user agents which following with this format:
jpubdev/[jpubdev's version] (JRE [Java version])
And the table for square bracket:
Square bracket label | Meaning | Sample |
---|---|---|
jpubdev's version | JPubdev's version (Unchanged when new patch version released) | jpubdev:1.0.0 > 1.0.0 jpubdev:1.0.3 > 1.0.0 jpubdev:1.2.0 > 1.2.0 |
Java version | Java version uses for running jpubdev | 17 17.0.1 |
Maven POM
<dependencies>
<dependency>
<groupId>xyz.rk0cc.willpub</groupId>
<artifactId>jpubdev</artifactId>
<version>1.0.3</version>
</dependency>
</dependencies>
* this package is bundled jpubspec 1.2.2
- Maven 3
- JDK 17 or higher
BSD 3