MVN

com.himanshoe : charty

Maven & Gradle

Jul 02, 2023

charty · An Elementary Compose Chart library.

<dependency>
    <groupId>com.himanshoe</groupId>
    <artifactId>charty</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1
  • Latest Alpha: 2.0.0-alpha01

All Versions

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

Version Vulnerabilities Updated
2.0.x
charty-2.0.0-alpha01
1.1.x
charty-1.1.3-alpha05
charty-1.1.3-alpha04
charty-1.1.3-alpha03
charty-1.1.3-alpha02
charty-1.1.2-alpha02
charty-1.1.1-alpha02
charty-1.1.0-alpha02
1.0.x
charty-1.0.1
charty-1.0.0
charty-1.0.0-alpha03
charty-1.0.0-alpha01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.himanshoe</groupId>
    <artifactId>charty</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.himanshoe:charty:1.0.1'

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

implementation("com.himanshoe:charty:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.himanshoe" % "charty" % "1.0.1"

Advertisement