License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.soywiz |
ArtifactId | ArtifactIdkorio-junit |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkorio-junit
Korio: Kotlin cORoutines I/O : Streams + Async TCP Client/Server + Virtual File System for JVM, Node.JS and Browser
|
Project URL |
Project URL |
Filename | Size |
---|---|
korio-junit-0.13.0.pom | |
korio-junit-0.13.0.jar | 1 KB |
korio-junit-0.13.0-sources.jar | 1 KB |
korio-junit-0.13.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.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz/korio-junit/
implementation 'com.soywiz:korio-junit:0.13.0'
// https://jarcasting.com/artifacts/com.soywiz/korio-junit/
implementation ("com.soywiz:korio-junit:0.13.0")
'com.soywiz:korio-junit:jar:0.13.0'
<dependency org="com.soywiz" name="korio-junit" rev="0.13.0">
<artifact name="korio-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz', module='korio-junit', version='0.13.0')
)
libraryDependencies += "com.soywiz" % "korio-junit" % "0.13.0"
[com.soywiz/korio-junit "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.4-3 |
com.jtransc : jtransc-rt-core | jar | 0.6.7 |
com.jtransc : jtransc-rt-core-kotlin | jar | 0.6.7 |
com.soywiz : korio | jar | 0.13.0 |
junit : junit | jar | 4.11 |