is not current version
Last Version 1.2.0

io.github.merseyside:kotlin-ext 1.0.0

Contains some extensions and features on pure kotlin

Categories

Categories

IDE Development Tools Kotlin Languages
GroupId

GroupId

io.github.merseyside
ArtifactId

ArtifactId

kotlin-ext
Version

Version

1.0.0
Type

Type

pom

Download kotlin-ext 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.merseyside/kotlin-ext/ -->
<dependency>
    <groupId>io.github.merseyside</groupId>
    <artifactId>kotlin-ext</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.merseyside/kotlin-ext/
implementation 'io.github.merseyside:kotlin-ext:1.0.0'
// https://jarcasting.com/artifacts/io.github.merseyside/kotlin-ext/
implementation ("io.github.merseyside:kotlin-ext:1.0.0")
'io.github.merseyside:kotlin-ext:pom:1.0.0'
<dependency org="io.github.merseyside" name="kotlin-ext" rev="1.0.0">
  <artifact name="kotlin-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.merseyside', module='kotlin-ext', version='1.0.0')
)
libraryDependencies += "io.github.merseyside" % "kotlin-ext" % "1.0.0"
[io.github.merseyside/kotlin-ext "1.0.0"]