MVN

com.github.hadii-tech : clarpse

Maven & Gradle

Dec 14, 2022
2 usages
7 stars

com.github.hadii-tech:clarpse · Clarpse is a lightweight polyglot source code analysis tool.

<dependency>
    <groupId>com.github.hadii-tech</groupId>
    <artifactId>clarpse</artifactId>
    <version>7.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hadii-tech : clarpse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.1

All Versions

Choose a version of com.github.hadii-tech : clarpse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
clarpse-7.1.1
clarpse-7.1.0
7.0.x
clarpse-7.0.3
clarpse-7.0.2
clarpse-7.0.1
clarpse-7.0.0
6.5.x
clarpse-6.5.1
clarpse-6.5.0
6.4.x
clarpse-6.4.5
clarpse-6.4.4
clarpse-6.4.2
clarpse-6.4.1
clarpse-6.4.0
6.3.x
clarpse-6.3.1
6.2.x
clarpse-6.2.2
clarpse-6.2.1
clarpse-6.2.0
6.1.x
clarpse-6.1.1
clarpse-6.1.0
6.0.x
clarpse-6.0.3
clarpse-6.0.2
clarpse-6.0.1
clarpse-6.0.0
5.0.x
clarpse-5.0.6
clarpse-5.0.4

How to add a dependency to Maven

Add the following com.github.hadii-tech : clarpse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hadii-tech</groupId>
    <artifactId>clarpse</artifactId>
    <version>7.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hadii-tech : clarpse gradle dependency to your build.gradle file:

implementation 'com.github.hadii-tech:clarpse:7.1.1'

Gradle Kotlin DSL: Add the following com.github.hadii-tech : clarpse gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hadii-tech:clarpse:7.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hadii-tech : clarpse sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hadii-tech" % "clarpse" % "7.1.1"