MVN

com.fsryan.gradle.smc : smc

Maven & Gradle

Nov 04, 2021
1 stars

smc-gradle-plugin · Gradle plugin for the State Machine Compiler (SMC) that makes it easier to use in a gradle project

<dependency>
    <groupId>com.fsryan.gradle.smc</groupId>
    <artifactId>smc</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fsryan.gradle.smc : smc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of com.fsryan.gradle.smc : smc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
smc-0.2.0
0.1.x
smc-0.1.0

How to add a dependency to Maven

Add the following com.fsryan.gradle.smc : smc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fsryan.gradle.smc</groupId>
    <artifactId>smc</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fsryan.gradle.smc : smc gradle dependency to your build.gradle file:

implementation 'com.fsryan.gradle.smc:smc:0.2.0'

Gradle Kotlin DSL: Add the following com.fsryan.gradle.smc : smc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fsryan.gradle.smc:smc:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fsryan.gradle.smc : smc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fsryan.gradle.smc" % "smc" % "0.2.0"