GroupId | GroupIdcom.willowtreeapps.assertk |
---|---|
ArtifactId | ArtifactIdassertk-coroutines |
Version | Version0.23 |
Type | Typepom |
Filename | Size |
---|---|
assertk-coroutines-0.23.pom | |
assertk-coroutines-0.23-sources.jar | 261 bytes |
assertk-coroutines-0.23-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps.assertk/assertk-coroutines/ -->
<dependency>
<groupId>com.willowtreeapps.assertk</groupId>
<artifactId>assertk-coroutines</artifactId>
<version>0.23</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.assertk/assertk-coroutines/
implementation 'com.willowtreeapps.assertk:assertk-coroutines:0.23'
// https://jarcasting.com/artifacts/com.willowtreeapps.assertk/assertk-coroutines/
implementation ("com.willowtreeapps.assertk:assertk-coroutines:0.23")
'com.willowtreeapps.assertk:assertk-coroutines:pom:0.23'
<dependency org="com.willowtreeapps.assertk" name="assertk-coroutines" rev="0.23">
<artifact name="assertk-coroutines" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.assertk', module='assertk-coroutines', version='0.23')
)
libraryDependencies += "com.willowtreeapps.assertk" % "assertk-coroutines" % "0.23"
[com.willowtreeapps.assertk/assertk-coroutines "0.23"]