MVN

io.magus.methodmap : method-map

Maven & Gradle

Apr 21, 2017

method map · Method mapping framework for java.

<dependency>
    <groupId>io.magus.methodmap</groupId>
    <artifactId>method-map</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.magus.methodmap : method-map to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of io.magus.methodmap : method-map to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
method-map-1.0.2
method-map-1.0.1
method-map-1.0.0

How to add a dependency to Maven

Add the following io.magus.methodmap : method-map maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.magus.methodmap</groupId>
    <artifactId>method-map</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.magus.methodmap : method-map gradle dependency to your build.gradle file:

implementation 'io.magus.methodmap:method-map:1.0.2'

Gradle Kotlin DSL: Add the following io.magus.methodmap : method-map gradle kotlin dependency to your build.gradle.kts file:

implementation("io.magus.methodmap:method-map:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.magus.methodmap : method-map sbt scala dependency to your build.sbt file:

libraryDependencies += "io.magus.methodmap" % "method-map" % "1.0.2"