... how to get access to MoSKito:
- via Maven, or
- by getting the source code.
Working with MoSKito via Maven
Maven users can get MoSKito by simply defining it as a dependency in the pom.xml.
The pom.xml of MoSKito Demo Project on GitHub is a very good reference for working via Maven.
Include repository
We have our own repository (nexus), include it to your Maven settings or proxy by your repository.
In Maven case, the settings part is the following:
<repositories> <repository> <id>provided</id> <url>http://nexus.anotheria.net/nexus/content/groups/public</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories>
In case you use a proxy, simply use the proxy-address below:
http://nexus.anotheria.net/nexus/content/repositories/releases/
Define dependencies
The currently released versions of MoSKito components are:
<dependency> <groupId>net.anotheria</groupId> <artifactId>moskito-core</artifactId> <version>2.7.2</version> </dependency> <dependency> <groupId>net.anotheria</groupId> <artifactId>moskito-web</artifactId> <version>2.7.2</version> </dependency> <dependency> <groupId>net.anotheria</groupId> <artifactId>moskito-webui</artifactId> <version>2.7.2</version> </dependency>
Getting MoSKito Source Code
MoSKito-Essential Project is hosted on GitHub: https://github.com/anotheria/moskito/
Ivy
We are sorry, but we had to remove ivy support.
Next Steps
You've got MoSKito via Maven or by source code.
With this, you can collect performance data from your application, but cannot view it. To see the data, you'll need MoSKito-Inspect, MoSKito's embedded web interface.
So, we recommend the following steps:
Go to Previous:
Read Next:
1 Comment
Tomasz Kluza
something is wrong here sensei xd pls fix that download how to get page ...