MVN

com.github.diogosmendonca : SCPL

Maven & Gradle

Dec 15, 2020
4 stars

Source Code Pattern Language · A markup language to find and alert source code patterns

<dependency>
    <groupId>com.github.diogosmendonca</groupId>
    <artifactId>SCPL</artifactId>
    <version>0.2.1-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.diogosmendonca : SCPL to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1-beta
  • Latest Beta: 0.2.1-beta
  • Latest Alpha: 0.1.6-alpha

All Versions

Choose a version of com.github.diogosmendonca : SCPL to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
SCPL-0.2.1-beta
SCPL-0.2.0-beta
0.1.x
SCPL-0.1.6-alpha
SCPL-0.1.5-alpha
SCPL-0.1.4-alpha
SCPL-0.1.3-alpha
SCPL-0.1.2-alpha
SCPL-0.1.1-alpha

How to add a dependency to Maven

Add the following com.github.diogosmendonca : SCPL maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.diogosmendonca</groupId>
    <artifactId>SCPL</artifactId>
    <version>0.2.1-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.diogosmendonca : SCPL gradle dependency to your build.gradle file:

implementation 'com.github.diogosmendonca:SCPL:0.2.1-beta'

Gradle Kotlin DSL: Add the following com.github.diogosmendonca : SCPL gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.diogosmendonca:SCPL:0.2.1-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.diogosmendonca : SCPL sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.diogosmendonca" % "SCPL" % "0.2.1-beta"