MVN

org.lukashian : lukashian

Maven & Gradle

Apr 17, 2023
2 stars

Lukashian Calendar · The Lukashian Calendar is a radically fresh approach to a calendar that is easier, simpler and more accurate. It gets rid of all the legacy elements of existing calendars and sees a calendar for what it really is: not a way to measure a duration of time (that's what we have seconds for), but a representation of the movements of the Earth in the Solar System.

<dependency>
    <groupId>org.lukashian</groupId>
    <artifactId>lukashian</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lukashian : lukashian to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of org.lukashian : lukashian to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
lukashian-1.8.0
1.7.x
lukashian-1.7.0
1.6.x
lukashian-1.6.0
1.5.x
lukashian-1.5.1
1.5
lukashian-1.5
1.4
lukashian-1.4
1.2
lukashian-1.2
1.1
lukashian-1.1
1.0
lukashian-1.0

How to add a dependency to Maven

Add the following org.lukashian : lukashian maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lukashian</groupId>
    <artifactId>lukashian</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lukashian : lukashian gradle dependency to your build.gradle file:

implementation 'org.lukashian:lukashian:1.8.0'

Gradle Kotlin DSL: Add the following org.lukashian : lukashian gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lukashian:lukashian:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lukashian : lukashian sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lukashian" % "lukashian" % "1.8.0"