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