MVN

net.jasima : jasima-main

Maven & Gradle

Oct 06, 2022
3 stars

jasima · JAva SImulator for MAnufacturing and logistics - A framework for discrete-event simulation and computer experiments with a main focus on modelling and analyzing logistics/manufacturing systems.

<dependency>
    <groupId>net.jasima</groupId>
    <artifactId>jasima-main</artifactId>
    <version>3.0.0-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jasima : jasima-main to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-RC3
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of net.jasima : jasima-main to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jasima-main-3.0.0-RC3
jasima-main-3.0.0-RC1

How to add a dependency to Maven

Add the following net.jasima : jasima-main maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jasima</groupId>
    <artifactId>jasima-main</artifactId>
    <version>3.0.0-RC3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jasima : jasima-main gradle dependency to your build.gradle file:

implementation 'net.jasima:jasima-main:3.0.0-RC3'

Gradle Kotlin DSL: Add the following net.jasima : jasima-main gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jasima:jasima-main:3.0.0-RC3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jasima : jasima-main sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jasima" % "jasima-main" % "3.0.0-RC3"

Advertisement