Skip to content

JPro 2024.4.1

Latest
Compare
Choose a tag to compare
@besidev besidev released this 08 Nov 16:45
db9b6ec

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'
      
    For more information, refer to the JPro Documentation.
  • The syncStageAttributes attribute is now enabled by default.