MVN

nl.jacobras : Human-Readable

Maven & Gradle

Jan 15, 2024
106 stars

Human Readable · A small set of data formatting utilities for Kotlin Multiplatform (KMP)

<dependency>
    <groupId>nl.jacobras</groupId>
    <artifactId>Human-Readable</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.jacobras : Human-Readable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of nl.jacobras : Human-Readable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
Human-Readable-1.5.0
1.4.x
Human-Readable-1.4.0
1.3.x
Human-Readable-1.3.0

How to add a dependency to Maven

Add the following nl.jacobras : Human-Readable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.jacobras</groupId>
    <artifactId>Human-Readable</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.jacobras : Human-Readable gradle dependency to your build.gradle file:

implementation 'nl.jacobras:Human-Readable:1.5.0'

Gradle Kotlin DSL: Add the following nl.jacobras : Human-Readable gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.jacobras:Human-Readable:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.jacobras : Human-Readable sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.jacobras" % "Human-Readable" % "1.5.0"

Advertisement