MVN

com.tunjid.tiler : compose

Maven & Gradle

Aug 18, 2023
77 stars

compose · An experimental kotlin multiplatform paging library for loading reactive data in chunks

<dependency>
    <groupId>com.tunjid.tiler</groupId>
    <artifactId>compose</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tunjid.tiler : compose to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3
  • Latest Release Candidate: 1.0.0-rc02
  • Latest Beta: 1.1.0-beta01
  • Latest Alpha: 1.1.0-alpha06

All Versions

Choose a version of com.tunjid.tiler : compose to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
compose-1.1.0-beta01
compose-1.1.0-alpha06
compose-1.1.0-alpha05
compose-1.1.0-alpha04
compose-1.1.0-alpha03
compose-1.1.0-alpha02
compose-1.1.0-alpha01
1.0.x
compose-1.0.1-alpha02
compose-1.0.1-alpha01
compose-1.0.0-rc02
0.0.x
compose-0.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tunjid.tiler</groupId>
    <artifactId>compose</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tunjid.tiler : compose gradle dependency to your build.gradle file:

implementation 'com.tunjid.tiler:compose:0.0.3'

Gradle Kotlin DSL: Add the following com.tunjid.tiler : compose gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tunjid.tiler:compose:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tunjid.tiler : compose sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tunjid.tiler" % "compose" % "0.0.3"

Advertisement