Skip to content

omerfarukalaca/jade-book-trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JADE Book Trading Project

Book Trading is a example agent project for learning JADE Agent Development library.

Technologies

  • Java 1.8
  • JADE 4.5.0
  • Maven

How to Run

Clone the project

git clone https://github.com/omerfarukalaca/jade-book-trading.git

Go to the project directory

cd jade-book-trading

Deploy jade.jar for local maven repository.

mvn deploy:deploy-file -Durl=file://repo -Dfile=repo/jade-4.5.0.jar -DgroupId=com.tilab.jade -DartifactId=jade -Dpackaging=jar -Dversion=4.5.0

Build the project

mvn clean package

Run the project.

java -jar target/jade-book-trading-1.0-SNAPSHOT-jar-with-dependencies.jar -gui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages