Changes
- Published the
jpro-webapi
artifact to the Maven Central Repository. The artifact is now available at the following
coordinates:- Maven POM:
... <dependency> <groupId>one.jpro</groupId> <artifactId>jpro-webapi</artifactId> <version>2024.4.1</version> </dependency> ...
- Gradle Build:
implementation 'one.jpro:jpro-webapi:2024.4.1'
- Maven POM:
- The
syncStageAttributes
attribute is now enabled by default.