Categories |
CategoriesKotlin Languages Net |
---|---|
GroupId | GroupIdnet.oddpoet |
ArtifactId | ArtifactIdkotlin-expect |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-expect-0.8.4.pom | |
kotlin-expect-0.8.4.jar | 112 KB |
kotlin-expect-0.8.4-sources.jar | 8 KB |
kotlin-expect-0.8.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/ -->
<dependency>
<groupId>net.oddpoet</groupId>
<artifactId>kotlin-expect</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/
implementation 'net.oddpoet:kotlin-expect:0.8.4'
// https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/
implementation ("net.oddpoet:kotlin-expect:0.8.4")
'net.oddpoet:kotlin-expect:jar:0.8.4'
<dependency org="net.oddpoet" name="kotlin-expect" rev="0.8.4">
<artifact name="kotlin-expect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oddpoet', module='kotlin-expect', version='0.8.4')
)
libraryDependencies += "net.oddpoet" % "kotlin-expect" % "0.8.4"
[net.oddpoet/kotlin-expect "0.8.4"]