lanag-core

This is an implementation of the core API for the Lanag agent-based simulation framework.

License

License

GPLv3
GroupId

GroupId

com.markblokpoel
ArtifactId

ArtifactId

lanag-core_2.12
Last Version

Last Version

0.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

lanag-core
This is an implementation of the core API for the Lanag agent-based simulation framework.
Project URL

Project URL

https://github.com/markblokpoel/lanag-core
Project Organization

Project Organization

com.markblokpoel
Source Code Management

Source Code Management

https://github.com/markblokpoel/lanag-core

Download lanag-core_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.markblokpoel/lanag-core_2.12/ -->
<dependency>
    <groupId>com.markblokpoel</groupId>
    <artifactId>lanag-core_2.12</artifactId>
    <version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.markblokpoel/lanag-core_2.12/
implementation 'com.markblokpoel:lanag-core_2.12:0.3.8'
// https://jarcasting.com/artifacts/com.markblokpoel/lanag-core_2.12/
implementation ("com.markblokpoel:lanag-core_2.12:0.3.8")
'com.markblokpoel:lanag-core_2.12:jar:0.3.8'
<dependency org="com.markblokpoel" name="lanag-core_2.12" rev="0.3.8">
  <artifact name="lanag-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.markblokpoel', module='lanag-core_2.12', version='0.3.8')
)
libraryDependencies += "com.markblokpoel" % "lanag-core_2.12" % "0.3.8"
[com.markblokpoel/lanag-core_2.12 "0.3.8"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
com.typesafe : config jar 1.3.3
com.lihaoyi : scalatags_2.12 jar 0.7.0

provided (3)

Group / Artifact Type Version
org.apache.spark : spark-core_2.12 jar 2.4.1
org.apache.spark : spark-sql_2.12 jar 2.4.1
com.github.jupyter » jvm-repr jar 0.4.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.6-SNAP6

Project Modules

There are no modules declared in this project.

Lanag simulation framework - Core

##Requirements Install Scala and Apache Spark, then import the library in via sbt by adding the following line to your build.sbt file:

libraryDependencies += "com.markblokpoel" %% "lanag-core" % "0.3.8"

Versions

Version
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1