MVN

io.github.alphicc : desktop

Maven & Gradle

Aug 09, 2023
55 stars

Brick · Brick - Navigation library for Jetpack Compose.

<dependency>
    <groupId>io.github.alphicc</groupId>
    <artifactId>desktop</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.0
  • Latest Alpha: 2.0.0-alpha01

All Versions

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

Version Vulnerabilities Updated
2.3.x
desktop-2.3.0
2.2.x
desktop-2.2.1
desktop-2.2.0
2.1.x
desktop-2.1.2
desktop-2.1.1
desktop-2.1.0
2.0.x
desktop-2.0.1
desktop-2.0.0
desktop-2.0.0-alpha01
1.0.x
desktop-1.0.0
1.0
desktop-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.alphicc</groupId>
    <artifactId>desktop</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.alphicc:desktop:2.3.0'

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

implementation("io.github.alphicc:desktop:2.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.alphicc" % "desktop" % "2.3.0"

Advertisement