MVN

io.github.zelechos : Morphoide

Maven & Gradle

Apr 10, 2023
4 stars

Morphoide · Morphoide It is a dynamic library open source that is easy to use and with good documentation that tries to achieve a more user-friendly experience when programming with the Java programming language.

<dependency>
    <groupId>io.github.zelechos</groupId>
    <artifactId>Morphoide</artifactId>
    <version>0.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zelechos : Morphoide to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.6

All Versions

Choose a version of io.github.zelechos : Morphoide to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
Morphoide-0.3.6
Morphoide-0.3.5
Morphoide-0.3.4
Morphoide-0.3.3
Morphoide-0.3.2
Morphoide-0.3.0
0.2.x
Morphoide-0.2.9
Morphoide-0.2.7
Morphoide-0.2.3
Morphoide-0.2.2
Morphoide-0.2.1
Morphoide-0.2.0

How to add a dependency to Maven

Add the following io.github.zelechos : Morphoide maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zelechos</groupId>
    <artifactId>Morphoide</artifactId>
    <version>0.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zelechos : Morphoide gradle dependency to your build.gradle file:

implementation 'io.github.zelechos:Morphoide:0.3.6'

Gradle Kotlin DSL: Add the following io.github.zelechos : Morphoide gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zelechos:Morphoide:0.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zelechos : Morphoide sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zelechos" % "Morphoide" % "0.3.6"