MVN

com.himanshoe : kalendar-endlos

Maven & Gradle

Jun 05, 2023

Kalendar Endlos · An Elementary Compose Calendar for Scrolling Calendar.

<dependency>
    <groupId>com.himanshoe</groupId>
    <artifactId>kalendar-endlos</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.himanshoe : kalendar-endlos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2
  • Latest Release Candidate: 1.0.0-RC6
  • Latest Alpha: 1.0.0-alpha1

All Versions

Choose a version of com.himanshoe : kalendar-endlos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
kalendar-endlos-1.3.2
kalendar-endlos-1.3.1
kalendar-endlos-1.3.0
1.0.x
kalendar-endlos-1.0.2
kalendar-endlos-1.0.1
kalendar-endlos-1.0.0
kalendar-endlos-1.0.0-RC6
kalendar-endlos-1.0.0-RC5
kalendar-endlos-1.0.0-RC1
kalendar-endlos-1.0.0-alpha1

How to add a dependency to Maven

Add the following com.himanshoe : kalendar-endlos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.himanshoe</groupId>
    <artifactId>kalendar-endlos</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.himanshoe : kalendar-endlos gradle dependency to your build.gradle file:

implementation 'com.himanshoe:kalendar-endlos:1.3.2'

Gradle Kotlin DSL: Add the following com.himanshoe : kalendar-endlos gradle kotlin dependency to your build.gradle.kts file:

implementation("com.himanshoe:kalendar-endlos:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.himanshoe : kalendar-endlos sbt scala dependency to your build.sbt file:

libraryDependencies += "com.himanshoe" % "kalendar-endlos" % "1.3.2"

Advertisement