is not current version
Last Version 7.3.0

net.sf.smc:smc 4.3

SMC helps you capture your state diagram in an easy to understand language and generates the State pattern classes for you.

Categories

Categories

Net
GroupId

GroupId

net.sf.smc
ArtifactId

ArtifactId

smc
Version

Version

4.3
Type

Type

jar

Download smc 4.3

Filename Size
smc-4.3.pom
smc-4.3.jar 286 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sf.smc/smc/ -->
<dependency>
    <groupId>net.sf.smc</groupId>
    <artifactId>smc</artifactId>
    <version>4.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.smc/smc/
implementation 'net.sf.smc:smc:4.3'
// https://jarcasting.com/artifacts/net.sf.smc/smc/
implementation ("net.sf.smc:smc:4.3")
'net.sf.smc:smc:jar:4.3'
<dependency org="net.sf.smc" name="smc" rev="4.3">
  <artifact name="smc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.smc', module='smc', version='4.3')
)
libraryDependencies += "net.sf.smc" % "smc" % "4.3"
[net.sf.smc/smc "4.3"]