Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - kohesive/keplin: Secure Kotlin scripting and binary lambda-scripts
Secure Kotlin scripting and binary lambda-scripts. Contribute to kohesive/keplin development by creating an account on GitHub.
Visit SiteGitHub - kohesive/keplin: Secure Kotlin scripting and binary lambda-scripts
Secure Kotlin scripting and binary lambda-scripts. Contribute to kohesive/keplin development by creating an account on GitHub.
Powered by 0x5a.live ๐
keplin
Extended Kotlin Scripting
Gradle /Maven
With Kotlin 1.2.+
in your classpath, add:
artifact | GAV |
---|---|
keplin-core |
uy.kohesive.keplin:keplin-core |
keplin-maven-resolver |
uy.kohesive.keplin:keplin-maven-resolver |
keplin-jsr223-kotlin-engine |
uy.kohesive.keplin:keplin-jsr223-kotlin-engine |
TODO:
- document the modules
- add maven / file resolver Cuarentena-like support for whitelisting GAV, and local file patterns
- add Cuarentena support for securing each script engine.
Current Modules:
keplin-core
- a simple Repl class SimplifiedRepl
- a file based JAR resolver that can be used with
@file:DependsOnJar(fileInDirRepo|fullyQualifiedFile)
and@file:DirRepository(fullQyalifiedPath)
annotations in the script to load JAR files - a script definition that can automatically imply imports
KotlinScriptDefinitionEx
See unit tests
keplin-maven-resolver
Allowing Maven artifacts to be specified and used in Kotlin scripts.
- a maven based resolver (
maven-resolver
dependency) used with@file:MavenRepository(mavenRepoUrl)
and@file:DependsOnMaven(mavenGAV)
annotations in the script to load Maven dependencies
See unit tests
keplin-jsr223-kotlin-engine
keplin-kotlin-repl-compilable
JSR223 engine also implementing Compilable and Invocable interfaceskeplin-kotlin-repl-eval-only
JSR223 engine that is atomic eval only (compile+eval) and also Invocable interface
See unit tests
Kotlin-Jupyter
Keplin is used in the related Kotlin-Jupyter project to provide a basic REPL for Jupyter notebooks or console.
Kotlin Resources
are all listed below.
GitHub - BenWoodworth/knbt: Kotlin NBT library for kotlinx.serialization
resource
~/github.com
resource
GitHub - brianmadden/krawler: A web crawling framework written in Kotlin
resource
~/github.com
resource
GitHub - OxygenCobalt/Auxio: A simple, rational music player for android
resource
~/github.com
resource
GitHub - eriksencosta/math-percentage: Percentage calculations made easy
resource
~/github.com
resource
GitHub - ctripcorp/mmkv-kotlin: A Kotlin Multiplatform porting for MMKV.
resource
~/github.com
resource
GitHub - Litote/kmongo: [deprecated] KMongo - a Kotlin toolkit for Mongo
resource
~/github.com
resource
Test-Driven Development Tutorial for Android: Getting Started
resource
~/www.raywenderlich.com
resource
GitHub - jacinpoz/rxaerospike: RxJava2 wrapper for aerospike-client-java
resource
~/github.com
resource
GitHub - pedrovgs/KotlinSnapshot: Snapshot Testing framework for Kotlin.
resource
~/github.com
resource
GitHub - hankdavidson/ktime: kotlin extensions to the java8 time library
resource
~/github.com
resource
GitHub - ziggy42/Blum: A simple android Twitter client written in Kotlin
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.