| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tacitknowledge |
| Идентификатор | Идентификаторsimulator |
| Версия | Версия1.1 |
| Тип | Типpom |
| Описание |
ОписаниеSimulator System
Simulator is a functional tool that allows handling of different transports and their content based on predefined criteria and outputting expected results based on the situation being modeled
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| simulator-1.1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tacitknowledge/simulator/ -->
<dependency>
<groupId>com.tacitknowledge</groupId>
<artifactId>simulator</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tacitknowledge/simulator/
implementation 'com.tacitknowledge:simulator:1.1'
// https://jarcasting.com/artifacts/com.tacitknowledge/simulator/
implementation ("com.tacitknowledge:simulator:1.1")
'com.tacitknowledge:simulator:pom:1.1'
<dependency org="com.tacitknowledge" name="simulator" rev="1.1">
<artifact name="simulator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tacitknowledge', module='simulator', version='1.1')
)
libraryDependencies += "com.tacitknowledge" % "simulator" % "1.1"
[com.tacitknowledge/simulator "1.1"]