Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
/ kmttAPI Public archive

API for cmtt.ru projects (DTF, VC, TJ) written in Kotlin/JVM

License

Notifications You must be signed in to change notification settings

DareFox/kmttAPI

Repository files navigation

Caution

Archived due to API access removal and other often breaking changes on the DTF/VC/TJ site

Library is no longer supported and will no longer receive updates

kmttAPI

API for cmtt.ru projects (DTF, VC, TJ) written in Kotlin/JVM

How to install:

Add jitpack.io repository to build script

repositories {
    // other repositores...
    maven("https://jitpack.io")
}

And add kmttAPI to dependencies

dependencies {
    // other dependencies...
    implementation("com.github.DareFox:kmttAPI:0.3.0")
}

This snippets are for Gradle Kotlin DSL. To see code for your builder, visit Jetpack.io repo