Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit b339b0d

Browse files
committed
公開用に生成したpom
1 parent 6a382e5 commit b339b0d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.wrongwrong</groupId>
5+
<artifactId>MapK</artifactId>
6+
<version>0.1-SNAPSHOT</version>
7+
<dependencies>
8+
<dependency>
9+
<groupId>org.jetbrains.kotlin</groupId>
10+
<artifactId>kotlin-stdlib-jdk8</artifactId>
11+
<version>1.3.61</version>
12+
<scope>runtime</scope>
13+
</dependency>
14+
<dependency>
15+
<groupId>org.jetbrains.kotlin</groupId>
16+
<artifactId>kotlin-reflect</artifactId>
17+
<version>1.3.61</version>
18+
<scope>runtime</scope>
19+
</dependency>
20+
</dependencies>
21+
</project>

0 commit comments

Comments
 (0)