| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.orolle |
| Идентификатор | ИдентификаторSMC |
| Версия | Версия6.4.0_rx_b1 |
| Тип | Типpom |
| Описание |
ОписаниеSMC
Fork of State Machine Compiler (SMC). It generates state machines.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| SMC-6.4.0_rx_b1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.orolle/SMC/ -->
<dependency>
<groupId>com.github.orolle</groupId>
<artifactId>SMC</artifactId>
<version>6.4.0_rx_b1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.orolle/SMC/
implementation 'com.github.orolle:SMC:6.4.0_rx_b1'
// https://jarcasting.com/artifacts/com.github.orolle/SMC/
implementation ("com.github.orolle:SMC:6.4.0_rx_b1")
'com.github.orolle:SMC:pom:6.4.0_rx_b1'
<dependency org="com.github.orolle" name="SMC" rev="6.4.0_rx_b1">
<artifact name="SMC" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.orolle', module='SMC', version='6.4.0_rx_b1')
)
libraryDependencies += "com.github.orolle" % "SMC" % "6.4.0_rx_b1"
[com.github.orolle/SMC "6.4.0_rx_b1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |