Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.soywiz |
ArtifactId | ArtifactIdkorio-junit |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
korio-junit-0.12.0.pom | |
korio-junit-0.12.0.jar | 1 KB |
korio-junit-0.12.0-sources.jar | 1 KB |
korio-junit-0.12.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.soywiz/korio-junit/ -->
<dependency>
<groupId>com.soywiz</groupId>
<artifactId>korio-junit</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz/korio-junit/
implementation 'com.soywiz:korio-junit:0.12.0'
// https://jarcasting.com/artifacts/com.soywiz/korio-junit/
implementation ("com.soywiz:korio-junit:0.12.0")
'com.soywiz:korio-junit:jar:0.12.0'
<dependency org="com.soywiz" name="korio-junit" rev="0.12.0">
<artifact name="korio-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz', module='korio-junit', version='0.12.0')
)
libraryDependencies += "com.soywiz" % "korio-junit" % "0.12.0"
[com.soywiz/korio-junit "0.12.0"]