MVN

io.github.sunny-chung : kdatetime-multiplatform-js

Maven & Gradle

Sep 17, 2023
8 stars

KDateTime Multiplatform · A Kotlin Multiplatform library to provide regular date-time functionality needed with very minimal platform dependencies.

<dependency>
    <groupId>io.github.sunny-chung</groupId>
    <artifactId>kdatetime-multiplatform-js</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sunny-chung : kdatetime-multiplatform-js to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of io.github.sunny-chung : kdatetime-multiplatform-js to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
kdatetime-multiplatform-js-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.sunny-chung</groupId>
    <artifactId>kdatetime-multiplatform-js</artifactId>
    <version>0.3.0</version>
</dependency>