MVN

dev.teogor.ceres : core-start-up

Maven & Gradle

Apr 15, 2024
65 stars

Ceres Core Start Up · Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.

<dependency>
    <groupId>dev.teogor.ceres</groupId>
    <artifactId>core-start-up</artifactId>
    <version>1.0.0-alpha05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.teogor.ceres : core-start-up to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha05
  • Latest Alpha: 1.0.0-alpha05

All Versions

Choose a version of dev.teogor.ceres : core-start-up to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
core-start-up-1.0.0-alpha05

How to add a dependency to Maven

Add the following dev.teogor.ceres : core-start-up maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.teogor.ceres</groupId>
    <artifactId>core-start-up</artifactId>
    <version>1.0.0-alpha05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.teogor.ceres : core-start-up gradle dependency to your build.gradle file:

implementation 'dev.teogor.ceres:core-start-up:1.0.0-alpha05'

Gradle Kotlin DSL: Add the following dev.teogor.ceres : core-start-up gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.teogor.ceres:core-start-up:1.0.0-alpha05")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.teogor.ceres : core-start-up sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.teogor.ceres" % "core-start-up" % "1.0.0-alpha05"

Advertisement