42 lines
1.4 KiB
XML
42 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>simplenotes-parent</artifactId>
|
|
<groupId>be.simplenotes</groupId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>simplenotes-views</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.koin</groupId>
|
|
<artifactId>koin-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.konform</groupId>
|
|
<artifactId>konform-jvm</artifactId>
|
|
<version>0.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jetbrains.kotlinx</groupId>
|
|
<artifactId>kotlinx-html-jvm</artifactId>
|
|
<version>0.7.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.ocpsoft.prettytime</groupId>
|
|
<artifactId>prettytime</artifactId>
|
|
<version>4.0.5.Final</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>be.simplenotes</groupId>
|
|
<artifactId>simplenotes-types</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|