MVN

com.github.holgerbrandl : kalasim

Maven & Gradle

Jun 13, 2023
1 usages
67 stars

kalasim · kalasim is a process-oriented discrete event simulation engine

<dependency>
    <groupId>com.github.holgerbrandl</groupId>
    <artifactId>kalasim</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.holgerbrandl : kalasim to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of com.github.holgerbrandl : kalasim to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10
kalasim-0.10
0.9.x
kalasim-0.9.1
0.9
kalasim-0.9
0.8.x
kalasim-0.8.101
kalasim-0.8.100
0.8
kalasim-0.8
0.7.x
kalasim-0.7.102
kalasim-0.7.101
kalasim-0.7.100
kalasim-0.7.99
kalasim-0.7.98
kalasim-0.7.97
kalasim-0.7.96
kalasim-0.7.95
kalasim-0.7.94
kalasim-0.7.92
kalasim-0.7.91
kalasim-0.7.90
kalasim-0.7.3
kalasim-0.7.2
kalasim-0.7.1
0.7
kalasim-0.7
0.6.x
kalasim-0.6.98
kalasim-0.6.97
kalasim-0.6.96
kalasim-0.6.95
kalasim-0.6.94
kalasim-0.6.93
kalasim-0.6.92
kalasim-0.6.91
kalasim-0.6.90
kalasim-0.6.8
kalasim-0.6.6
kalasim-0.6.4

How to add a dependency to Maven

Add the following com.github.holgerbrandl : kalasim maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.holgerbrandl</groupId>
    <artifactId>kalasim</artifactId>
    <version>0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.holgerbrandl : kalasim gradle dependency to your build.gradle file:

implementation 'com.github.holgerbrandl:kalasim:0.10'

Gradle Kotlin DSL: Add the following com.github.holgerbrandl : kalasim gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.holgerbrandl:kalasim:0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.holgerbrandl : kalasim sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.holgerbrandl" % "kalasim" % "0.10"

Advertisement