Home | History | Annotate | Download | only in 1.2.1
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      4   <modelVersion>4.0.0</modelVersion>
      5   <groupId>me.eugeniomarletti</groupId>
      6   <artifactId>kotlin-metadata</artifactId>
      7   <version>1.2.1</version>
      8   <dependencies>
      9     <dependency>
     10       <groupId>org.jetbrains.kotlin</groupId>
     11       <artifactId>kotlin-stdlib</artifactId>
     12       <version>1.2.20</version>
     13       <scope>compile</scope>
     14     </dependency>
     15     <dependency>
     16       <groupId>org.jetbrains.kotlin</groupId>
     17       <artifactId>kotlin-compiler-embeddable</artifactId>
     18       <version>1.2.20</version>
     19       <scope>compile</scope>
     20     </dependency>
     21   </dependencies>
     22 </project>
     23