Skip to content

Instantly share code, notes, and snippets.

@pavelaizen
Created March 21, 2018 10:20
Show Gist options
  • Save pavelaizen/4f419f7ee7c7501d805d8867c85a2467 to your computer and use it in GitHub Desktop.
Save pavelaizen/4f419f7ee7c7501d805d8867c85a2467 to your computer and use it in GitHub Desktop.
dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<version>1.7.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment