Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Maven download of latest power edition 13.0

    Hi Team,

    While downloading the latest the smartgwt-power edition, POM file for below JARs are not downloaded
    [INFO] Downloading from central:
    [WARNING] The POM for com.isomorphic.smartgwt.power:smartgwt-power:jar:13.0 is missing, no dependency information available
    [WARNING] The POM for com.isomorphic.smartgwt.power:isomorphic-sql:jar:13.0 is missing, no dependency information available
    [WARNING] The POM for com.isomorphic.smartgwt.power:isomorphic-core-rpc:jar:13.0 is missing, no dependency information available
    [WARNING] The POM for com.isomorphic.smartgwt.power:isomorphic-spring:jar:13.0 is missing, no dependency information available
    [WARNING] The POM for com.isomorphic.smartgwt.power:isomorphic-tools:jar:13.0 is missing, no dependency information available

    Could you please help me to solve this error?


    Thanks in advance

    #2
    Your report is incomplete, but it doesn't appear that you're using the supported approach for dependency management via Maven - there has never been any version of SmartGWT Power deployed to Maven Central, and your coordinates should include a date component. The Jan 17, 2024 build for example would be found at coordinates:

    Code:
    com.isomorphic.smartgwt.power:smartgwt-power:13.0-p20240117
    Please start with the following documentation and let us know if you continue to have trouble with it:

    https://smartclient.com/smartgwt-rel...wtEESetup.html
    https://smartclient.com/smartgwt-rel...enSupport.html
    Last edited by Isomorphic; 18 Jan 2024, 03:39. Reason: Additional clarification around improper coordinates

    Comment

    Working...
    X