MVN

com.openturo.nibel : nibel-compiler

Maven & Gradle

Aug 18, 2023
83 stars

Nibel · Type-safe navigation library for seamless adoption of Jetpack Compose in fragment-based Android apps.

<dependency>
    <groupId>com.openturo.nibel</groupId>
    <artifactId>nibel-compiler</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.openturo.nibel : nibel-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.openturo.nibel : nibel-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nibel-compiler-1.0.4
nibel-compiler-1.0.3
nibel-compiler-1.0.2
nibel-compiler-1.0.1
nibel-compiler-1.0.0
0.0.x
nibel-compiler-0.0.1

How to add a dependency to Maven

Add the following com.openturo.nibel : nibel-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.openturo.nibel</groupId>
    <artifactId>nibel-compiler</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.openturo.nibel : nibel-compiler gradle dependency to your build.gradle file:

implementation 'com.openturo.nibel:nibel-compiler:1.0.4'

Gradle Kotlin DSL: Add the following com.openturo.nibel : nibel-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.openturo.nibel:nibel-compiler:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.openturo.nibel : nibel-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.openturo.nibel" % "nibel-compiler" % "1.0.4"