MVN

org.marketdesignresearch : mechlib

Maven & Gradle

Dec 13, 2021
1 usages
0 stars

The MechLib is a mechanism library that offers a collection of common domain and market mechanism implementations.

<dependency>
    <groupId>org.marketdesignresearch</groupId>
    <artifactId>mechlib</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.marketdesignresearch : mechlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of org.marketdesignresearch : mechlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
mechlib-0.2.1
mechlib-0.2.0
0.1.x
mechlib-0.1.0

How to add a dependency to Maven

Add the following org.marketdesignresearch : mechlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.marketdesignresearch</groupId>
    <artifactId>mechlib</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.marketdesignresearch : mechlib gradle dependency to your build.gradle file:

implementation 'org.marketdesignresearch:mechlib:0.2.1'

Gradle Kotlin DSL: Add the following org.marketdesignresearch : mechlib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.marketdesignresearch:mechlib:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.marketdesignresearch : mechlib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.marketdesignresearch" % "mechlib" % "0.2.1"