Keplin for Kotlin

Scripting and REPLs for Kotlin

License

License

MIT
GroupId

GroupId

uy.kohesive.keplin
ArtifactId

ArtifactId

keplin-util
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Keplin for Kotlin
Scripting and REPLs for Kotlin
Project URL

Project URL

https://github.com/kohesive/keplin
Project Organization

Project Organization

Keplin for Kotlin

Download keplin-util

How to add to project

<!-- https://jarcasting.com/artifacts/uy.kohesive.keplin/keplin-util/ -->
<dependency>
    <groupId>uy.kohesive.keplin</groupId>
    <artifactId>keplin-util</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/uy.kohesive.keplin/keplin-util/
implementation 'uy.kohesive.keplin:keplin-util:1.0.1'
// https://jarcasting.com/artifacts/uy.kohesive.keplin/keplin-util/
implementation ("uy.kohesive.keplin:keplin-util:1.0.1")
'uy.kohesive.keplin:keplin-util:jar:1.0.1'
<dependency org="uy.kohesive.keplin" name="keplin-util" rev="1.0.1">
  <artifact name="keplin-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='uy.kohesive.keplin', module='keplin-util', version='1.0.1')
)
libraryDependencies += "uy.kohesive.keplin" % "keplin-util" % "1.0.1"
[uy.kohesive.keplin/keplin-util "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-compiler-embeddable jar 1.2.21
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.21
org.jetbrains.kotlin : kotlin-reflect jar 1.2.21

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.jetbrains.kotlin : kotlin-test-junit jar 1.2.21

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0
1.0.0-BETA-14
1.0.0-BETA-12
1.0.0-BETA-11