MVN

berlin.yuna : type-map

Maven & Gradle

Nov 12, 2023
20 stars

type-map · TypeMap and TypeConverter for a dynamic, extendable, high-performance type conversion library that's native-ready for GraalVM. This robust Java utility provides type-safe retrieval and conversion, leveraging ConcurrentHashMap for thread-safe operations without reflection.

<dependency>
    <groupId>berlin.yuna</groupId>
    <artifactId>type-map</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of berlin.yuna : type-map to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of berlin.yuna : type-map to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
type-map-1.0.4

How to add a dependency to Maven

Add the following berlin.yuna : type-map maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>berlin.yuna</groupId>
    <artifactId>type-map</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following berlin.yuna : type-map gradle dependency to your build.gradle file:

implementation 'berlin.yuna:type-map:1.0.4'

Gradle Kotlin DSL: Add the following berlin.yuna : type-map gradle kotlin dependency to your build.gradle.kts file:

implementation("berlin.yuna:type-map:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following berlin.yuna : type-map sbt scala dependency to your build.sbt file:

libraryDependencies += "berlin.yuna" % "type-map" % "1.0.4"

Advertisement