Skip to content

Commit a677e9f

Browse files
authored
Add files via upload
Added pom.xml file.
1 parent 2969426 commit a677e9f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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>

0 commit comments

Comments
 (0)