MVN

io.github.kakaocup : compose

Maven & Gradle

Mar 16, 2023
1 usages
122 stars

compose · Nice and simple DSL for Espresso in Kotlin

<dependency>
    <groupId>io.github.kakaocup</groupId>
    <artifactId>compose</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kakaocup : compose to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of io.github.kakaocup : compose to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
compose-0.2.3
compose-0.2.2
compose-0.2.1
compose-0.2.0
0.1.x
compose-0.1.1
compose-0.1.0
0.0.x
compose-0.0.8
compose-0.0.7
compose-0.0.6
compose-0.0.5
compose-0.0.4
compose-0.0.3
compose-0.0.2
compose-0.0.1

How to add a dependency to Maven

Add the following io.github.kakaocup : compose maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kakaocup</groupId>
    <artifactId>compose</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kakaocup : compose gradle dependency to your build.gradle file:

implementation 'io.github.kakaocup:compose:0.2.3'

Gradle Kotlin DSL: Add the following io.github.kakaocup : compose gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kakaocup:compose:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kakaocup : compose sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kakaocup" % "compose" % "0.2.3"

Advertisement