is not current version
Last Version 1.3.1

net.oddpoet:kotlin-expect 1.1.1

rspec style assertion library for kotlin test

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.oddpoet
ArtifactId

ArtifactId

kotlin-expect
Version

Version

1.1.1
Type

Type

jar

Download kotlin-expect 1.1.1


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