| Группа | Группаcom.github.mstream-trader |
|---|---|
| Идентификатор | Идентификаторsimulation |
| Версия | Версия1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simulation-1.3.pom | |
| simulation-1.3.jar | 12 MB |
| simulation-1.3-sources.jar | 39 KB |
| simulation-1.3-javadoc.jar | 314 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mstream-trader/simulation/ -->
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>simulation</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/simulation/
implementation 'com.github.mstream-trader:simulation:1.3'
// https://jarcasting.com/artifacts/com.github.mstream-trader/simulation/
implementation ("com.github.mstream-trader:simulation:1.3")
'com.github.mstream-trader:simulation:jar:1.3'
<dependency org="com.github.mstream-trader" name="simulation" rev="1.3">
<artifact name="simulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='simulation', version='1.3')
)
libraryDependencies += "com.github.mstream-trader" % "simulation" % "1.3"
[com.github.mstream-trader/simulation "1.3"]