-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathivy-settings.xml
More file actions
25 lines (20 loc) · 901 Bytes
/
ivy-settings.xml
File metadata and controls
25 lines (20 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of JavaSMT,
an API wrapper for a collection of SMT solvers:
https://github.com/sosy-lab/java-smt
SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
SPDX-License-Identifier: Apache-2.0
-->
<ivysettings>
<settings defaultResolver="Sosy-Lab"/>
<property name="ivy.repo.url" value="https://www.sosy-lab.org/ivy"/>
<resolvers>
<url name="Sosy-Lab" descriptor="required">
<ivy pattern="${ivy.repo.url}/[organisation]/[module]/ivy-[revision].xml"/>
<artifact pattern="${ivy.repo.url}/[organisation]/[module]/([arch]/)[artifact]-[revision](-[classifier]).[ext]"/>
</url>
</resolvers>
<caches defaultCacheDir="${user.home}/.ivy2/cache"
artifactPattern="[organisation]/[module]/[type]s/([arch]/)[artifact]-[revision](-[classifier]).[ext]"/>
</ivysettings>