License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.smc |
ArtifactId | ArtifactIdsmc |
Version | Version7.2.0 |
Type | Typepom |
Description |
Descriptionsmc - State Machine Compiler
Translates a finite state machine definition into one of 15
target programming languages.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smc-7.2.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.smc/smc/ -->
<dependency>
<groupId>net.sf.smc</groupId>
<artifactId>smc</artifactId>
<version>7.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.smc/smc/
implementation 'net.sf.smc:smc:7.2.0'
// https://jarcasting.com/artifacts/net.sf.smc/smc/
implementation ("net.sf.smc:smc:7.2.0")
'net.sf.smc:smc:pom:7.2.0'
<dependency org="net.sf.smc" name="smc" rev="7.2.0">
<artifact name="smc" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.smc', module='smc', version='7.2.0')
)
libraryDependencies += "net.sf.smc" % "smc" % "7.2.0"
[net.sf.smc/smc "7.2.0"]