MVN

com.moriatsushi.launcher : launcher-annotations

Maven & Gradle

Aug 14, 2022
64 stars

Jetpack Compose Launcher · Simplify development with Jetpack Compose

<dependency>
    <groupId>com.moriatsushi.launcher</groupId>
    <artifactId>launcher-annotations</artifactId>
    <version>1.0.0-dev03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moriatsushi.launcher : launcher-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-dev03
  • Latest Alpha: 1.0.0-alpha02

All Versions

Choose a version of com.moriatsushi.launcher : launcher-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
launcher-annotations-1.0.0-alpha02
launcher-annotations-1.0.0-alpha01
launcher-annotations-1.0.0-dev03
launcher-annotations-1.0.0-dev02
launcher-annotations-1.0.0-dev01

How to add a dependency to Maven

Add the following com.moriatsushi.launcher : launcher-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moriatsushi.launcher</groupId>
    <artifactId>launcher-annotations</artifactId>
    <version>1.0.0-dev03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moriatsushi.launcher : launcher-annotations gradle dependency to your build.gradle file:

implementation 'com.moriatsushi.launcher:launcher-annotations:1.0.0-dev03'

Gradle Kotlin DSL: Add the following com.moriatsushi.launcher : launcher-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moriatsushi.launcher:launcher-annotations:1.0.0-dev03")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moriatsushi.launcher : launcher-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moriatsushi.launcher" % "launcher-annotations" % "1.0.0-dev03"