MVN

com.openturo.nibel : nibel-runtime

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-runtime</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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