/kotlin-testing

A simple aggregator pom with kotlin test dependencies.

MIT LicenseMIT

Kotlin: Testing

A simple aggregator pom with kotlin test dependencies.

Usage

<project>

	...

	<dependencyManagement>
		<dependencies>

			...

			<dependency>
				<scope>import</scope>
				<groupId>nz.co.aetheric</groupId>
				<artifactId>kotlin-testing</artifactId>
				<version>...</version>
			</dependency>

			...

		</dependencies>
	</dependencyManagement>

	...

</project>