MVN

es.urjc.etsii.grafo : mork-common

Maven & Gradle

Jun 16, 2023
18 stars

mork-common · Metaheuristic Optimization framewoRK - Common library

<dependency>
    <groupId>es.urjc.etsii.grafo</groupId>
    <artifactId>mork-common</artifactId>
    <version>0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.urjc.etsii.grafo : mork-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17

All Versions

Choose a version of es.urjc.etsii.grafo : mork-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17
mork-common-0.17
0.16
mork-common-0.16
0.15
mork-common-0.15
0.14
mork-common-0.14
0.13.x
mork-common-0.13.2
mork-common-0.13.1
0.13
mork-common-0.13

How to add a dependency to Maven

Add the following es.urjc.etsii.grafo : mork-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.urjc.etsii.grafo</groupId>
    <artifactId>mork-common</artifactId>
    <version>0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.urjc.etsii.grafo : mork-common gradle dependency to your build.gradle file:

implementation 'es.urjc.etsii.grafo:mork-common:0.17'

Gradle Kotlin DSL: Add the following es.urjc.etsii.grafo : mork-common gradle kotlin dependency to your build.gradle.kts file:

implementation("es.urjc.etsii.grafo:mork-common:0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.urjc.etsii.grafo : mork-common sbt scala dependency to your build.sbt file:

libraryDependencies += "es.urjc.etsii.grafo" % "mork-common" % "0.17"