Skip to content

Latest commit

 

History

History

service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Service

Basic utilities for adding new services to Kaluga. Services are platform features that can be enabled/disabled by the user or OS.

Installing

This library is available on Maven Central. You can import Kaluga Storage Permissions as follows:

repositories {
    // ...
    mavenCentral()
}
// ...
dependencies {
    // ...
    implementation("com.splendo.kaluga:service:$kalugaVersion")
}