File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" iso-8859-1" ?>
2
+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
3
+ http://maven.apache.org/maven-v4_0_0.xsd" >
4
+ <modelVersion >4.0.0</modelVersion >
5
+ <groupId >com.stylitics.styliticsdata</groupId >
6
+ <artifactId >styliticsdata</artifactId >
7
+ <version >1.2.0</version >
8
+ <dependencies >
9
+ <dependency >
10
+ <groupId >com.squareup.retrofit2</groupId >
11
+ <artifactId >retrofit</artifactId >
12
+ <version >2.9.0</version >
13
+ </dependency >
14
+ <dependency >
15
+ <groupId >com.squareup.retrofit2</groupId >
16
+ <artifactId >converter-gson</artifactId >
17
+ <version >2.9.0</version >
18
+ </dependency >
19
+ <dependency >
20
+ <groupId >com.squareup.okhttp3</groupId >
21
+ <artifactId >logging-interceptor</artifactId >
22
+ <version >4.9.3</version >
23
+ </dependency >
24
+ </dependencies >
25
+ </project >
You can’t perform that action at this time.
0 commit comments