MVN

hu.blackbelt : structured-map-proxy

Maven & Gradle

Sep 27, 2022
0 stars

Structured map proxy · Structured map proxty implementation

<dependency>
    <groupId>hu.blackbelt</groupId>
    <artifactId>structured-map-proxy</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.blackbelt : structured-map-proxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of hu.blackbelt : structured-map-proxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
structured-map-proxy-1.2.0
1.1.x
structured-map-proxy-1.1.0
1.0.x
structured-map-proxy-1.0.6
structured-map-proxy-1.0.5
structured-map-proxy-1.0.4
structured-map-proxy-1.0.3
structured-map-proxy-1.0.2
structured-map-proxy-1.0.1
structured-map-proxy-1.0.0

How to add a dependency to Maven

Add the following hu.blackbelt : structured-map-proxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.blackbelt</groupId>
    <artifactId>structured-map-proxy</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.blackbelt : structured-map-proxy gradle dependency to your build.gradle file:

implementation 'hu.blackbelt:structured-map-proxy:1.2.0'

Gradle Kotlin DSL: Add the following hu.blackbelt : structured-map-proxy gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.blackbelt:structured-map-proxy:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.blackbelt : structured-map-proxy sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.blackbelt" % "structured-map-proxy" % "1.2.0"