Skip to content

A simple aggregator pom with kotlin test dependencies.

License

Notifications You must be signed in to change notification settings

aetheric/kotlin-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A simple aggregator pom with kotlin test dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published