MVN

com.envimate : mapmate

Maven & Gradle

Dec 03, 2019
2 usages

mapmate · MapMate is a modern mapping framework in the scope of mapping data in Json, XML, or YAML format into DTOs composed and vice versa.

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>mapmate</artifactId>
    <version>mapmate-parent</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.envimate : mapmate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: mapmate-parent

All Versions

Choose a version of com.envimate : mapmate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
mapmate-1.6.8
mapmate-1.6.6
mapmate-1.6.3
mapmate-1.6.2
mapmate-1.6.1
mapmate-1.6.0
1.5.x
mapmate-1.5.3
mapmate-1.5.2
mapmate-1.5.1
mapmate-1.5.0
1.4.x
mapmate-1.4.0
1.3.x
mapmate-1.3.2
mapmate-1.3.1
mapmate-1.3.0
1.1
mapmate-1.1
1.0
mapmate-1.0
mapmate
mapmate-mapmate-parent
integrations
mapmate-integrations-parent
core
mapmate-core

How to add a dependency to Maven

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

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>mapmate</artifactId>
    <version>mapmate-parent</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.envimate : mapmate gradle dependency to your build.gradle file:

implementation 'com.envimate:mapmate:mapmate-parent'

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

implementation("com.envimate:mapmate:mapmate-parent")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.envimate : mapmate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.envimate" % "mapmate" % "mapmate-parent"

Advertisement