Kales

Kotlin on Rails

Лицензия

Лицензия

Категории

Категории

ActiveJ Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.felipecsl.kales
Идентификатор

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

kales-activejob
Последняя версия

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

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Kales
Kotlin on Rails
Ссылка на сайт

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

https://github.com/felipecsl/kales
Организация-разработчик

Организация-разработчик

com.felipecsl.kales
Система контроля версий

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

https://github.com/felipecsl/kales

Скачать kales-activejob

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Kales

A modern web framework built for developer productivity and safety.
Kales runs on top of Ktor and uses an MVC architecture.

Usage

Run the following in your terminal, then follow the onscreen instructions.

curl https://raw.githubusercontent.com/felipecsl/kales/master/scripts/install -sSf | sh

This will install the command line application kales. It can generate the boilerplate you need to bootstrap a new web app.

Running the example app

./gradlew sampleapp:run

then open http://localhost:8080 on your browser.

Hot reloading

Ktor supports hot reloading out of the box, simply open a new terminal window and run:

./gradlew -t sampleapp:jar

Deploying the docs website

$ ./gradlew dokka # Regenerate the API docs
$ cd website
$ GIT_USER=felipecsl \
 CURRENT_BRANCH=master \
 USE_SSH=true \
 yarn run publish-gh-pages

and it will automatically rebuild as you make new changes.

Download

implementation 'com.felipecsl.kales:kales:0.0.7-SNAPSHOT'

Snapshots of the development version are available in Sonatype's snapshots repository.

Usage

Check the sampleapp directory for an application that uses some of the features exposed by Kales.

For more information, please check the Kales website.

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

Версия
0.0.4