| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdcom.willowtreeapps.assertk |
| ArtifactId | ArtifactIdassertk-coroutines-js |
| Last Version | Last Version0.25 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionassertk-coroutines
Assertions for Kotlin inspired by assertj
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps.assertk/assertk-coroutines-js/ -->
<dependency>
<groupId>com.willowtreeapps.assertk</groupId>
<artifactId>assertk-coroutines-js</artifactId>
<version>0.25</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.assertk/assertk-coroutines-js/
implementation 'com.willowtreeapps.assertk:assertk-coroutines-js:0.25'
// https://jarcasting.com/artifacts/com.willowtreeapps.assertk/assertk-coroutines-js/
implementation ("com.willowtreeapps.assertk:assertk-coroutines-js:0.25")
'com.willowtreeapps.assertk:assertk-coroutines-js:pom:0.25'
<dependency org="com.willowtreeapps.assertk" name="assertk-coroutines-js" rev="0.25">
<artifact name="assertk-coroutines-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.assertk', module='assertk-coroutines-js', version='0.25')
)
libraryDependencies += "com.willowtreeapps.assertk" % "assertk-coroutines-js" % "0.25"
[com.willowtreeapps.assertk/assertk-coroutines-js "0.25"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.30 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.30 |
| com.willowtreeapps.assertk : assertk-js | jar | 0.25 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.2 |