首頁 / 浏覽問題 / 桌面GIS / 問題詳情
https://maven.supermap.io/ 找不(bù)到(dào)依賴
8EXP 2020年08月20日
使用産品:supermap-idesktopx-10.1.0-4509-beta-win64-bin-zip-chs 操作系統:win10 x64
問題詳細描述:将desktopx目錄下\templates\sps\SampleCode\sps-geocoder導入到(dào)eclipse,依賴找不(bù)到(dào)

pom配置了(le/liǎo)<repository>
            <id>supermap</id>
            <url>https://maven.supermap.io/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>。

但是(shì)找不(bù)到(dào)下面依賴

<dependency>
            <groupId>com.supermap.sps</groupId>
            <artifactId>sps-core</artifactId>
            <version>1.0</version>
        </dependency>

報錯

Missing artifact com.supermap.sps:sps-core:jar:1.0

sps-core-1.0.pom.lastUpdated文件内容:

#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Aug 20 15:24:43 GMT+08:00 2020
@default-supermap-https\://maven.supermap.io/.lastUpdated=1597908282055
https\://maven.aliyun.com/repository/public/.error=
https\://maven.aliyun.com/repository/public/.lastUpdated=1597908283105
https\://maven.supermap.io/.error=Could not transfer artifact com.supermap.sps\:sps-core\:pom\:1.0 from/to supermap (https\://maven.supermap.io)\: Failed to transfer https\://maven.supermap.io/com/supermap/sps/sps-core/1.0/sps-core-1.0.pom. Error code 502, Bad Gateway

1個(gè)回答

希望https://maven.supermap.io/加一(yī / yì /yí)個(gè)檢索功能,類似于(yú)https://mvnrepository.com/
8EXP 2020年08月20日
...