KayJam Executor

Provided by the KayJam code executor

Лицензия

Лицензия

Группа

Группа

com.github.kayjamlang
Идентификатор

Идентификатор

executor
Последняя версия

Последняя версия

0.1.3.21
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

KayJam Executor
Provided by the KayJam code executor
Ссылка на сайт

Ссылка на сайт

https://github.com/KayJamLang/executor
Система контроля версий

Система контроля версий

https://github.com/KayJamLang/executor

Скачать executor

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.kayjamlang : core jar 0.1.3.6

runtime (1)

Идентификатор библиотеки Тип Версия
commons-beanutils : commons-beanutils jar 1.9.4

Модули Проекта

Данный проект не имеет модулей.

KayJam code executor

CircleCI

Basic code executor for KayJam Core

How to use

  1. Add the library depending on:

    Maven:

    <dependency>
      <groupId>com.github.kayjamlang</groupId>
      <artifactId>executor</artifactId>
      <version>0.1.3.16</version>
    </dependency>

    Gradle:

    implementation group: 'com.github.kayjamlang', name: 'executor', version: '0.1.3.16'
  2. Call the method of the Executor class, which will return the result of the code execution in Object:

        class Main {
            public static void main(String[] args){
                String code = "println(\"Hello, World\");";
                Executor executor = new Executor();
                
                //Default library
                executor.addLibrary(new MainLibrary());
                executor.execute(code);
            }
        }   

Additionally

Library catalog for KayJam Executor

com.github.kayjamlang

Версии библиотеки

Версия
0.1.3.21
0.1.3.20
0.1.3.19
0.1.3.17-fix6
0.1.3.17-fix5
0.1.3.17-fix4
0.1.3.17-fix3
0.1.3.17-fix2
0.1.3.17-fix1
0.1.3.17
0.1.3.16
0.1.3.14
0.1.3.13
0.1.3.12
0.1.3.11
0.1.3.10
0.1.3.9
0.1.3.8
0.1.3.7
0.1.3.6
0.1.3.5
0.1.3.4
0.1.3.3
0.1.3.2
0.1.3.1
0.1.3
0.1.2
0.1