Categories |
CategoriesKotlin Languages Net |
---|---|
GroupId | GroupIdnet.oddpoet |
ArtifactId | ArtifactIdkotlin-expect |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-expect-1.1.1.pom | |
kotlin-expect-1.1.1.jar | 171 KB |
kotlin-expect-1.1.1-sources.jar | 11 KB |
kotlin-expect-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]