-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathivy.xml
More file actions
15 lines (13 loc) · 765 Bytes
/
ivy.xml
File metadata and controls
15 lines (13 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ivy-module version="2.0">
<info organisation="org.apache" module="hello-ivy"/>
<configurations defaultconfmapping="default->default">
<conf name="default" />
<conf name="compile" extends="default" />
</configurations>
<dependencies>
<dependency org="org.springframework.android" name="spring-android-rest-template" rev="1.0.1.RELEASE" conf="compile->default" />
<dependency org="com.google.code.gson" name="gson" rev="2.3.1" conf="compile->default" />
<dependency org="org.androidannotations" name="androidannotations" rev="3.2" conf="compile->default" />
<dependency org="org.androidannotations" name="androidannotations-api" rev="3.2" conf="compile->default" />
</dependencies>
</ivy-module>