License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.jasonleehodges |
ArtifactId | ArtifactIdkotlin-ports_2.12 |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionkotlin-ports
A port of useful Kotlin functionality to Scala using implicits.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-ports_2.12-0.1.2.pom | |
kotlin-ports_2.12-0.1.2.jar | 9 KB |
kotlin-ports_2.12-0.1.2-sources.jar | 2 KB |
kotlin-ports_2.12-0.1.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jasonleehodges/kotlin-ports_2.12/ -->
<dependency>
<groupId>io.jasonleehodges</groupId>
<artifactId>kotlin-ports_2.12</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.jasonleehodges/kotlin-ports_2.12/
implementation 'io.jasonleehodges:kotlin-ports_2.12:0.1.2'
// https://jarcasting.com/artifacts/io.jasonleehodges/kotlin-ports_2.12/
implementation ("io.jasonleehodges:kotlin-ports_2.12:0.1.2")
'io.jasonleehodges:kotlin-ports_2.12:jar:0.1.2'
<dependency org="io.jasonleehodges" name="kotlin-ports_2.12" rev="0.1.2">
<artifact name="kotlin-ports_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jasonleehodges', module='kotlin-ports_2.12', version='0.1.2')
)
libraryDependencies += "io.jasonleehodges" % "kotlin-ports_2.12" % "0.1.2"
[io.jasonleehodges/kotlin-ports_2.12 "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.7 |
org.scalactic : scalactic_2.12 | jar | 3.0.5 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.5 |