MVN

com.ericktijerou.koleton : koleton

Maven & Gradle

Aug 03, 2021
277 stars

koleton · The easiest library to show skeleton screens in an Android app.

<dependency>
    <groupId>com.ericktijerou.koleton</groupId>
    <artifactId>koleton</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ericktijerou.koleton : koleton to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8
  • Latest Beta: 1.0.0-beta01

All Versions

Choose a version of com.ericktijerou.koleton : koleton to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
koleton-1.0.0-beta01
0.8.x
koleton-0.8.8

How to add a dependency to Maven

Add the following com.ericktijerou.koleton : koleton maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ericktijerou.koleton</groupId>
    <artifactId>koleton</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ericktijerou.koleton : koleton gradle dependency to your build.gradle file:

implementation 'com.ericktijerou.koleton:koleton:0.8.8'

Gradle Kotlin DSL: Add the following com.ericktijerou.koleton : koleton gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ericktijerou.koleton:koleton:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ericktijerou.koleton : koleton sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ericktijerou.koleton" % "koleton" % "0.8.8"

Advertisement