is not current version
Last Version 1.3.1

net.oddpoet:kotlin-expect 0.8.3

rspec style assertion library for kotlin test

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.oddpoet
ArtifactId

ArtifactId

kotlin-expect
Version

Version

0.8.3
Type

Type

jar

Download kotlin-expect 0.8.3


<!-- https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/ -->
<dependency>
    <groupId>net.oddpoet</groupId>
    <artifactId>kotlin-expect</artifactId>
    <version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/
implementation 'net.oddpoet:kotlin-expect:0.8.3'
// https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/
implementation ("net.oddpoet:kotlin-expect:0.8.3")
'net.oddpoet:kotlin-expect:jar:0.8.3'
<dependency org="net.oddpoet" name="kotlin-expect" rev="0.8.3">
  <artifact name="kotlin-expect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oddpoet', module='kotlin-expect', version='0.8.3')
)
libraryDependencies += "net.oddpoet" % "kotlin-expect" % "0.8.3"
[net.oddpoet/kotlin-expect "0.8.3"]