MVN

io.github.alphicc : brick

Maven & Gradle

Aug 09, 2023
55 stars

Brick · Brick - Navigation library for Jetpack Compose.

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

Latest Version

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

  • Latest Stable: 2.3.0
  • Latest Release Candidate: 1.0.0-rc01
  • Latest Beta: 2.0.0-beta01
  • Latest Alpha: 2.0.0-alpha01

All Versions

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

Version Vulnerabilities Updated
2.3.x
brick-2.3.0
2.2.x
brick-2.2.1
brick-2.2.0
2.1.x
brick-2.1.2
brick-2.1.1
brick-2.1.0
2.0.x
brick-2.0.0
brick-2.0.0-beta01
brick-2.0.0-alpha01
1.0.x
brick-1.0.0
brick-1.0.0-rc01
brick-1.0.0-beta03
brick-1.0.0-beta02
brick-1.0.0-beta01
brick-1.0.0-alpha05
brick-1.0.0-alpha04
brick-1.0.0-alpha03
brick-1.0.0-alpha02

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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