MVN

org.mechio : org.mechio.api.motion

Maven & Gradle

Oct 18, 2016
4 usages
<dependency>
    <groupId>org.mechio</groupId>
    <artifactId>org.mechio.api.motion</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mechio : org.mechio.api.motion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.mechio : org.mechio.api.motion to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.mechio.api.motion-1.0.6

    Oct 18, 2016
  • org.mechio.api.motion-1.0.5

    Feb 23, 2015
  • org.mechio.api.motion-1.0.4

    Nov 18, 2014
  • org.mechio.api.motion-1.0.3

    Jul 17, 2014
  • org.mechio.api.motion-1.0.2

    Jun 18, 2014
  • org.mechio.api.motion-1.0.1

    Mar 17, 2014
  • org.mechio.api.motion-1.0.0

    Mar 08, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mechio</groupId>
    <artifactId>org.mechio.api.motion</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mechio : org.mechio.api.motion gradle dependency to your build.gradle file:

implementation 'org.mechio:org.mechio.api.motion:1.0.6'

Gradle Kotlin DSL: Add the following org.mechio : org.mechio.api.motion gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mechio:org.mechio.api.motion:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mechio : org.mechio.api.motion sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mechio" % "org.mechio.api.motion" % "1.0.6"